(* Options: Date: 2026-05-19 09:51:23 Version: 8.22 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://dev-api-booster.richemont.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetDocument.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Richemont.Booster2.PublicApi.Communication.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type GetDocument() = /// ///ERP system id, e.g. ES100 /// [] member val erpSystemId:String = null with get,set /// ///Document Type, e.g. INV, CRN, RAF, RDN, CAD /// [] member val documentType:String = null with get,set /// ///Unique Document Id, e.g. 12345 /// [] member val documentId:Int64 = new Int64() with get,set /// ///Unique related Document Id, e.g. 12345 /// [] member val relatedDocumentId:Nullable = new Nullable() with get,set