(* Options: Date: 2026-02-12 02:32:46 Version: 8.10 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://prod-api-agency-orch-mb-dhc.rapp-customers.co.uk //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: ProcessBulkStatusAllocationRequest.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Mercedes.Agency.API.Shared.POCO.BulkStatusAllocation open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type BackOrderStatusAllocation() = member val Row:Int32 = new Int32() with get,set member val BackOrderReference:String = null with get,set member val Status:String = null with get,set member val Message:String = null with get,set [] type ProcessBulkStatusAllocationResponse() = class end [] [] type ProcessBulkStatusAllocationRequest() = interface IReturn member val Allocations:ResizeArray = null with get,set member val Filename:String = null with get,set