(* Options: Date: 2026-09-09 10:57:29 Version: 10.08 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://services.acct.2service.nl //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetModelCodeDocument.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace _2Service.Webservices.ServiceModel.Dealers open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type GetModelCodeDocument() = interface IReturn /// ///Document id to retrieve bytes for. /// [] member val DocumentId:Int32 = new Int32() with get,set /// ///Key of document to retrieve /// [] member val Key:String = null with get,set