(* Options: Date: 2025-06-27 22:06:45 Version: 8.81 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://uat-api-vehicle-mgt-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: ProcessMotabilityRequest.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Mercedes.VehicleManagement.API.ServiceModel.DataProcess open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type ProcessMotabilityResponse() = member val Id:Int32 = new Int32() with get,set member val FileName:String = null with get,set member val Success:Boolean = new Boolean() with get,set member val ErrorMessage:String = null with get,set [] [] type ProcessMotabilityRequest() = interface IReturn interface IPost