(* Options: Date: 2024-11-28 09:35:06 Version: 6.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://digiofficeapigateway.deltares.nl/api //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetRetrieveDocNr.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace IDB.API.DMS.Operations open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Drawing [] type GetRetrieveDocNrResponse() = member val DocumentNr:String = null with get,set [] type GetRetrieveDocNr() = interface IReturn member val DocumentId:Guid = new Guid() with get,set member val EmailMessageId:String = null with get,set member val EmailMessageIdBase64:String = null with get,set