POST | /v1/backorder/active | Filter Active Back Order |
---|
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports Mercedes.Agency.Orchestration.API.ServiceModel.BackOrders
Imports Mercedes.Agency.API.Shared.POCO
Imports Mercedes.Agency.Orchestration.API.Clients.AgencyApi.Responses
Imports Mercedes.Agency.API.Shared.POCO.Motability
Imports Mercedes.Agency.API.Shared.Enums
Imports Mercedes.Agency.API.Shared.POCO.CarConfigurator
Imports Mercedes.OS.Vehicle.Shared.POCO
Namespace Global
Namespace Mercedes.Agency.API.Shared.Enums
Public Enum MotabilityPricingStatus
Pending
Current
RecentlyExpired
Expired
End Enum
End Namespace
Namespace Mercedes.Agency.API.Shared.POCO
Public Partial Class BackOrder
Inherits BackOrderBase
Public Overridable Property Vehicle As VehicleDetail
End Class
Public Partial Class BackOrderBase
Public Overridable Property Guid As String
Public Overridable Property Status As Integer
Public Overridable Property CustomerId As String
Public Overridable Property Id As Integer
Public Overridable Property Reference As String
Public Overridable Property Agent As String
Public Overridable Property Gssn As String
Public Overridable Property CreationDate As Date
Public Overridable Property MaintenanceDate As Date
Public Overridable Property CustomerCriteria As String
Public Overridable Property AgentCriteria As String
Public Overridable Property History As List(Of BackOrderHistory)
Public Overridable Property IsAllocatedToOrder As Boolean
Public Overridable Property Vin As String
Public Overridable Property CommissionNumber As String
Public Overridable Property Order As Order
Public Overridable Property Source As String
Public Overridable Property Specialist As Boolean
Public Overridable Property OutrightPurchase As Boolean
Public Overridable Property Sellable As Boolean
Public Overridable Property MulesoftReference As String
Public Overridable Property AdditionalInformation As String
Public Overridable Property ConfigCode As String
Public Overridable Property FleetBaseOrder As String
Public Overridable Property GasId As String
Public Overridable Property OutrightPurchaseCustomerIdentifier As String
Public Overridable Property Retailer As Retailer
Public Overridable Property CustomerMode As Integer
Public Overridable Property CanEdit As Boolean
Public Overridable Property DigitalLoungeGssnId As String
Public Overridable Property DigitalLounge As String
Public Overridable Property Motability As Boolean
Public Overridable Property MotabilityPricing As MotabilityPricing
Public Overridable Property LinkedByUserType As String
Public Overridable Property AssistanceProviderId As Integer?
Public Overridable Property AssistanceProvider As String
Public Overridable Property AssistanceDetail As String
Public Overridable Property LastAssistanceMessageDate As Date?
Public Overridable Property LastAssistanceUser As String
Public Overridable Property IsCOPConverter As Boolean
Public Overridable Property IsEligibleCOPConverter As Boolean
Public Overridable Property CarConfigurator As CarConfigurator
Public Overridable Property CarConfiguratorResponse As CarConfiguratorResponse
End Class
Public Partial Class BackOrderCriteria
Public Overridable Property Source As Integer()
Public Overridable Property CustomerType As Integer()
Public Overridable Property CommLinkedBy As Integer?()
Public Overridable Property VinAllocated As Boolean?
Public Overridable Property VinAllocatedSellable As Boolean?
Public Overridable Property VinAllocatedNotSellable As Boolean?
Public Overridable Property Specialist As Boolean?
Public Overridable Property LinkedOrder As Boolean?
Public Overridable Property AssistanceProviders As Integer()
Public Overridable Property COPConverter As Boolean?
End Class
Public Partial Class BackOrderHistory
Public Overridable Property Status As Integer
Public Overridable Property CommissionNumber As String
Public Overridable Property VIN As String
Public Overridable Property CustomerCriteria As String
Public Overridable Property AgentCriteria As String
Public Overridable Property CreationDate As Date
Public Overridable Property MaintenanceDate As Date
Public Overridable Property GasId As String
Public Overridable Property Sellable As Boolean
Public Overridable Property AdditionalInformation As String
Public Overridable Property Reason As String
Public Overridable Property ConfigCode As String
Public Overridable Property FleetBaseOrder As String
Public Overridable Property AssistanceDetail As String
Public Overridable Property AssistanceProvider As String
Public Overridable Property LinkedByUserType As String
Public Overridable Property MotabilityVTN As String
Public Overridable Property MotabilityBackOrderDropDown As String
Public Overridable Property MotabilityValidFrom As Date?
Public Overridable Property MotabilityValidTo As Date?
End Class
Public Partial Class CreateUpdate
Public Overridable Property [Date] As Date?
Public Overridable Property Range As DayRange
End Class
Public Partial Class CriteriaModel
Public Overridable Property Description As String
Public Overridable Property Id As Integer
End Class
Public Partial Class DateCriteria
Public Overridable Property Created As CreateUpdate
Public Overridable Property Modified As CreateUpdate
End Class
Public Partial Class DayRange
Public Overridable Property Min As Integer?
Public Overridable Property Max As Integer?
End Class
Public Partial Class FilterBackOrders
Public Overridable Property Historical As Boolean
Public Overridable Property BackOrderCriteria As BackOrderCriteria
Public Overridable Property VehicleCriteria As VehicleCriteria
Public Overridable Property DateCriteria As DateCriteria
Public Overridable Property GssnIds As String()
End Class
Public Partial Class Order
Public Overridable Property Guid As Guid
Public Overridable Property Reference As String
Public Overridable Property Status As Integer
Public Overridable Property CustomerId As String
Public Overridable Property MulesoftReference As String
Public Overridable Property GasId As String
Public Overridable Property OrderDate As String
Public Overridable Property OfferSnapShot As String
End Class
Public Partial Class Price
Public Overridable Property Id As String
Public Overridable Property Description As String
Public Overridable Property Net As Decimal
Public Overridable Property VAT As Decimal
Public Overridable Property Gross As Decimal
Public Overridable Property Product As OfferPriceProductType
End Class
Public Partial Class Retailer
Public Overridable Property Id As Integer
Public Overridable Property GssnId As String
Public Overridable Property Description As String
Public Overridable Property Street As String
Public Overridable Property City As String
Public Overridable Property Postcode As String
Public Overridable Property GoogleMapPostcode As String
Public Overridable Property Phone As String
Public Overridable Property Fax As String
Public Overridable Property Email As String
Public Overridable Property Website As String
Public Overridable Property RetailerGroupId As String
Public Overridable Property RetailerGroupName As String
Public Overridable Property IsOnline As Boolean
Public Overridable Property IsNewCarRetailer As Boolean
Public Overridable Property IsUsedCarRetailer As Boolean
Public Overridable Property IsCentralRetailer As Boolean
Public Overridable Property ChatEnabled As Boolean
Public Overridable Property TradeInEnabled As Boolean
Public Overridable Property smart As Boolean
Public Overridable Property DisplayPhoneNumberNew As String
Public Overridable Property DisplayPhoneNumberUsed As String
Public Overridable Property Latitude As Decimal
Public Overridable Property Longitude As Decimal
Public Overridable Property smartDescription As String
Public Overridable Property smartWebsite As String
Public Overridable Property smartPhone As String
Public Overridable Property LegacyId As String
Public Overridable Property Agent As Boolean
Public Overridable Property MarketAreaId As Integer
Public Overridable Property DigitalLoungeParentGssnId As String
Public Overridable Property SendLeadsToDigitalLoungeParent As Boolean
Public Overridable Property OpeningTimes As RetailerOpeningTimes
End Class
Public Partial Class RetailerOpeningTime
Public Overridable Property Day As String
Public Overridable Property OpenFrom As String
Public Overridable Property OpenTo As String
Public Overridable Property Special As String
End Class
Public Partial Class RetailerOpeningTimes
Public Overridable Property [New] As List(Of RetailerOpeningTime) = New List(Of RetailerOpeningTime)
Public Overridable Property Used As List(Of RetailerOpeningTime) = New List(Of RetailerOpeningTime)
End Class
Public Partial Class Vehicle
Public Overridable Property Vin As String
End Class
Public Partial Class VehicleAttribute
Public Overridable Property Description As String
Public Overridable Property Value As String
End Class
Public Partial Class VehicleBaseDetail
Inherits Vehicle
Implements ICommissionNumber
Public Overridable Property Description As String
Public Overridable Property CommissionNumber As String Implements ICommissionNumber.CommissionNumber
Public Overridable Property PortArrivalDate As String
Public Overridable Property OfferExpiryDate As String
Public Overridable Property Fuel As String
Public Overridable Property Transmission As String
Public Overridable Property TransmissionType As String
Public Overridable Property Colour As String
Public Overridable Property ColourDescription As String
Public Overridable Property ImageUrl As String
Public Overridable Property Specialist As Boolean
Public Overridable Property VehicleCriteriaMatch As VehicleCriteriaMatch
Public Overridable Property ColourGroup As String
Public Overridable Property Model As String
Public Overridable Property BodyStyle As String
Public Overridable Property Brand As String
Public Overridable Property Engine As String
Public Overridable Property EngineDescription As String
Public Overridable Property Line As String
Public Overridable Property Upholstery As String
Public Overridable Property UpholsteryDescription As String
Public Overridable Property Packages As List(Of String) = New List(Of String)
Public Overridable Property P11D As Decimal
Public Overridable Property Prices As List(Of Price) = New List(Of Price)
Public Overridable Property VehicleClass As String
Public Overridable Property ProductRange As String
Public Overridable Property VehicleType As String
Public Overridable Property Emission As Decimal?
Public Overridable Property Baumuster As String
Public Overridable Property IsSellable As Boolean
Public Overridable Property Bm7NST As String
Public Overridable Property ElectricRange As Decimal?
Public Overridable Property ElectricConsumption As Decimal?
Public Overridable Property IsDisplayStock As Boolean
Public Overridable Property DisplayRetailer_Id As Integer?
Public Overridable Property DisplayRetailer As String
Public Overridable Property DisplayRetailerGssnId As String
Public Overridable Property Retailer As Retailer
Public Overridable Property Age As Integer?
Public Overridable Property ModelYearCode As String
Public Overridable Property HalfModelYearCode As String
Public Overridable Property FullModelYearCode As String
Public Overridable Property ProductionDate As String
Public Overridable Property ChassisNumber As String
Public Overridable Property EligibleForIntegratedServiceCare As Boolean
End Class
Public Partial Class VehicleConsumption
Public Overridable Property Id As Integer
Public Overridable Property Lkm As Decimal
Public Overridable Property Mpg As Decimal
End Class
Public Partial Class VehicleCriteria
Public Overridable Property Model As List(Of CriteriaModel)
Public Overridable Property Colour As String()
Public Overridable Property FuelType As String()
Public Overridable Property Transmission As String()
Public Overridable Property Engine As String()
Public Overridable Property Line As String()
Public Overridable Property Package As String()
Public Overridable Property Equipment As String()
Public Overridable Property Upholstery As String()
End Class
Public Partial Class VehicleCriteriaMatch
Public Overridable Property Fuel As Boolean
Public Overridable Property Transmission As Boolean
Public Overridable Property Colour As Boolean
Public Overridable Property Upholstery As Boolean
Public Overridable Property Line As Boolean
Public Overridable Property Engine As Boolean
Public Overridable Property BodyStyle As Boolean
Public Overridable Property Packages As Boolean
End Class
Public Partial Class VehicleDetail
Inherits VehicleBaseDetail
Public Overridable Property RetailPrice_ExVAT As String
Public Overridable Property OTR As String
Public Overridable Property ActualPrice As String
Public Overridable Property TotalOfferValue As String
Public Overridable Property IsHOBackOrderAccountVehicle As Boolean
Public Overridable Property ConsumptionCombined As VehicleConsumption
Public Overridable Property ConsumptionExtraUrban As VehicleConsumption
Public Overridable Property ConsumptionUrban As VehicleConsumption
Public Overridable Property WltpFuelConsumptionCombined As VehicleConsumption
Public Overridable Property WltpFuelConsumptionExtraHigh As VehicleConsumption
Public Overridable Property WltpFuelConsumptionHigh As VehicleConsumption
Public Overridable Property WltpFuelConsumptionLow As VehicleConsumption
Public Overridable Property WltpFuelConsumptionMedium As VehicleConsumption
Public Overridable Property EquipmentCategories As List(Of VehicleEquipmentCategory)
Public Overridable Property VehicleEnergyEfficiencyClass As VehicleEmissionClass
Public Overridable Property VehicleData As List(Of VehicleAttribute)
Public Overridable Property IntegratedProducts As List(Of VehicleIntegratedServiceCareOption) = New List(Of VehicleIntegratedServiceCareOption)
Public Overridable Property IspVehicleCustomerDescriptions As List(Of String)
Public Overridable Property ColourCode As String
Public Overridable Property UpholsteryCode As String
End Class
Public Partial Class VehicleEmissionClass
Public Overridable Property Colour As String
Public Overridable Property Rating As String
End Class
Public Partial Class VehicleEquipmentCategory
Public Overridable Property Order As Integer
Public Overridable Property Code As String
Public Overridable Property Description As String
Public Overridable Property Equipment As List(Of Equipmentv2)
End Class
Public Partial Class VehicleIntegratedServiceCareOption
Public Overridable Property OptionCode As String
Public Overridable Property BM7NST As String
Public Overridable Property FullModelYear As String
Public Overridable Property IntegratedProductType As String
Public Overridable Property CustomerDescription As String
Public Overridable Property OneAgentProductType As String
End Class
End Namespace
Namespace Mercedes.Agency.API.Shared.POCO.CarConfigurator
Public Partial Class CarConfigurator
Public Overridable Property Id As Integer
Public Overridable Property BackOrderId As Integer?
Public Overridable Property ConfiguratorCode As String
Public Overridable Property GasId As String
Public Overridable Property Status As Integer
Public Overridable Property DateOfLastUpdate As Date
Public Overridable Property LastExceptionMessage As String
Public Overridable Property LastException As String
End Class
Public Partial Class CarConfiguratorResponse
Public Overridable Property Name As String
Public Overridable Property KeyInformation As KeyInformation
Public Overridable Property OrderingOptions As OrderingOptions
Public Overridable Property ResponseStatus As ResponseStatus
Public Overridable Property ConfiguratorCode As String
End Class
Public Partial Class KeyInformation
Public Overridable Property BM7NST As String
Public Overridable Property ConfigurationDate As String
Public Overridable Property ModelYear As String
Public Overridable Property HalfYear As String
End Class
Public Partial Class OrderingOptions
Public Overridable Property Interior As List(Of String)
Public Overridable Property Exterior As List(Of String)
Public Overridable Property Other As List(Of String)
End Class
End Namespace
Namespace Mercedes.Agency.API.Shared.POCO.Motability
Public Partial Class MotabilityPricing
Inherits MotabilityPricingCsv
Public Overridable Property MotabilityPricingStatus As MotabilityPricingStatus
End Class
Public Partial Class MotabilityPricingCsv
<DataMember(Order:=0)>
Public Overridable Property Id As Integer
<DataMember(Order:=1)>
Public Overridable Property CriteriaBM7NST As String
<DataMember(Order:=2)>
Public Overridable Property VTN As String
<DataMember(Order:=3)>
Public Overridable Property BackOrderDropDown As String
<DataMember(Order:=4)>
Public Overridable Property CriteriaFullModelYearCode As String
<DataMember(Order:=5)>
Public Overridable Property CriteriaValidOptionCodes As String
<DataMember(Order:=6)>
Public Overridable Property CriteriaInvalidOptionCodes As String
<DataMember(Order:=7)>
Public Overridable Property PIPNet As Decimal
<DataMember(Order:=8)>
Public Overridable Property PIPVat As Decimal
<DataMember(Order:=9)>
Public Overridable Property PIPGross As Decimal
<DataMember(Order:=10)>
Public Overridable Property WPMSNet As Decimal
<DataMember(Order:=11)>
Public Overridable Property WPMSVat As Decimal
<DataMember(Order:=12)>
Public Overridable Property WPMSGross As Decimal
<DataMember(Order:=13)>
Public Overridable Property DiscountNet As Decimal
<DataMember(Order:=14)>
Public Overridable Property DiscountVat As Decimal
<DataMember(Order:=15)>
Public Overridable Property DiscountGross As Decimal
<DataMember(Order:=16)>
Public Overridable Property ListPriceNet As Decimal
<DataMember(Order:=17)>
Public Overridable Property ListPriceVat As Decimal
<DataMember(Order:=18)>
Public Overridable Property ListPriceGross As Decimal
<DataMember(Order:=19)>
Public Overridable Property DeliveryChargeNet As Decimal
<DataMember(Order:=20)>
Public Overridable Property DeliveryChargeVat As Decimal
<DataMember(Order:=21)>
Public Overridable Property DeliveryChargeGross As Decimal
<DataMember(Order:=22)>
Public Overridable Property FuelChargeNet As Decimal
<DataMember(Order:=23)>
Public Overridable Property FuelChargeVat As Decimal
<DataMember(Order:=24)>
Public Overridable Property FuelChargeGross As Decimal
<DataMember(Order:=25)>
Public Overridable Property NumberPlateFeeNet As Decimal
<DataMember(Order:=26)>
Public Overridable Property NumberPlateFeeVat As Decimal
<DataMember(Order:=27)>
Public Overridable Property NumberPlateFeeGross As Decimal
<DataMember(Order:=28)>
Public Overridable Property FirstRegistrationFeeNet As Decimal
<DataMember(Order:=29)>
Public Overridable Property FirstRegistrationFeeVat As Decimal
<DataMember(Order:=30)>
Public Overridable Property FirstRegistrationFeeGross As Decimal
<DataMember(Order:=31)>
Public Overridable Property RoadFundLicenceNet As Decimal
<DataMember(Order:=32)>
Public Overridable Property RoadFundLicenceVat As Decimal
<DataMember(Order:=33)>
Public Overridable Property RoadFundLicenceGross As Decimal
<DataMember(Order:=34)>
Public Overridable Property ValidFrom As Date
<DataMember(Order:=35)>
Public Overridable Property ValidTo As Date
End Class
End Namespace
Namespace Mercedes.Agency.Orchestration.API.Clients.AgencyApi.Responses
Public Partial Class FilterBackOrdersResponse
Public Overridable Property BackOrders As List(Of BackOrder) = New List(Of BackOrder)
Public Overridable Property FilteredGssn As String
Public Overridable Property FilteredRetailer As String
End Class
End Namespace
Namespace Mercedes.Agency.Orchestration.API.ServiceModel.BackOrders
Public Partial Class FilterActiveBackOrdersRequest
Inherits FilterBackOrders
Implements IPost
End Class
End Namespace
Namespace Mercedes.OS.Vehicle.Shared.POCO
Public Partial Class Equipment
Public Overridable Property Id As Integer
Public Overridable Property Code As String
Public Overridable Property Description As String
End Class
Public Partial Class Equipmentv2
Inherits Equipment
Public Overridable Property Importance As Integer
Public Overridable Property IsAdditional As Boolean
End Class
End Namespace
End Namespace
VB.NET FilterActiveBackOrdersRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /v1/backorder/active HTTP/1.1
Host: prod-api-agency-orch-mb-dhc.rapp-customers.co.uk
Accept: application/json
Content-Type: application/json
Content-Length: length
{"Historical":false,"BackOrderCriteria":{"Source":[0],"CustomerType":[0],"CommLinkedBy":[0],"VinAllocated":false,"VinAllocatedSellable":false,"VinAllocatedNotSellable":false,"Specialist":false,"LinkedOrder":false,"AssistanceProviders":[0],"COPConverter":false},"VehicleCriteria":{"Model":[{"Description":"String","Id":0}],"Colour":["String"],"FuelType":["String"],"Transmission":["String"],"Engine":["String"],"Line":["String"],"Package":["String"],"Equipment":["String"],"Upholstery":["String"]},"DateCriteria":{"Created":{"Date":"\/Date(-62135596800000-0000)\/","Range":{"Min":0,"Max":0}},"Modified":{"Date":"\/Date(-62135596800000-0000)\/","Range":{"Min":0,"Max":0}}},"GssnIds":["String"]}
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length {"BackOrders":[{"Vehicle":{"RetailPrice_ExVAT":"String","OTR":"String","ActualPrice":"String","TotalOfferValue":"String","IsHOBackOrderAccountVehicle":false,"ConsumptionCombined":{"Id":0,"Lkm":0,"Mpg":0},"ConsumptionExtraUrban":{"Id":0,"Lkm":0,"Mpg":0},"ConsumptionUrban":{"Id":0,"Lkm":0,"Mpg":0},"WltpFuelConsumptionCombined":{"Id":0,"Lkm":0,"Mpg":0},"WltpFuelConsumptionExtraHigh":{"Id":0,"Lkm":0,"Mpg":0},"WltpFuelConsumptionHigh":{"Id":0,"Lkm":0,"Mpg":0},"WltpFuelConsumptionLow":{"Id":0,"Lkm":0,"Mpg":0},"WltpFuelConsumptionMedium":{"Id":0,"Lkm":0,"Mpg":0},"EquipmentCategories":[{"Order":0,"Code":"String","Description":"String","Equipment":[{"Importance":0,"IsAdditional":false,"Id":0,"Code":"String","Description":"String"}]}],"VehicleEnergyEfficiencyClass":{"Colour":"String","Rating":"String"},"VehicleData":[{"Description":"String","Value":"String"}],"IntegratedProducts":[{"OptionCode":"String","BM7NST":"String","FullModelYear":"String","IntegratedProductType":"String","CustomerDescription":"String","OneAgentProductType":"String"}],"IspVehicleCustomerDescriptions":["String"],"ColourCode":"String","UpholsteryCode":"String","Description":"String","CommissionNumber":"String","PortArrivalDate":"String","OfferExpiryDate":"String","Fuel":"String","Transmission":"String","TransmissionType":"String","Colour":"String","ColourDescription":"String","ImageUrl":"String","Specialist":false,"VehicleCriteriaMatch":{"Fuel":false,"Transmission":false,"Colour":false,"Upholstery":false,"Line":false,"Engine":false,"BodyStyle":false,"Packages":false},"ColourGroup":"String","Model":"String","BodyStyle":"String","Brand":"String","Engine":"String","EngineDescription":"String","Line":"String","Upholstery":"String","UpholsteryDescription":"String","Packages":["String"],"P11D":0,"Prices":[{"Id":"String","Description":"String","Net":0,"VAT":0,"Gross":0,"Product":"LIST_PRICE"}],"VehicleClass":"String","ProductRange":"String","VehicleType":"String","Emission":0,"Baumuster":"String","IsSellable":false,"Bm7NST":"String","ElectricRange":0,"ElectricConsumption":0,"IsDisplayStock":false,"DisplayRetailer_Id":0,"DisplayRetailer":"String","DisplayRetailerGssnId":"String","Retailer":{"Id":0,"GssnId":"String","Description":"String","Street":"String","City":"String","Postcode":"String","GoogleMapPostcode":"String","Phone":"String","Fax":"String","Email":"String","Website":"String","RetailerGroupId":"String","RetailerGroupName":"String","IsOnline":false,"IsNewCarRetailer":false,"IsUsedCarRetailer":false,"IsCentralRetailer":false,"ChatEnabled":false,"TradeInEnabled":false,"smart":false,"DisplayPhoneNumberNew":"String","DisplayPhoneNumberUsed":"String","Latitude":0,"Longitude":0,"smartDescription":"String","smartWebsite":"String","smartPhone":"String","LegacyId":"String","Agent":false,"MarketAreaId":0,"DigitalLoungeParentGssnId":"String","SendLeadsToDigitalLoungeParent":false,"OpeningTimes":{"New":[{"Day":"String","OpenFrom":"String","OpenTo":"String","Special":"String"}],"Used":[{"Day":"String","OpenFrom":"String","OpenTo":"String","Special":"String"}]}},"Age":0,"ModelYearCode":"String","HalfModelYearCode":"String","FullModelYearCode":"String","ProductionDate":"String","ChassisNumber":"String","EligibleForIntegratedServiceCare":false,"Vin":"String"},"Guid":"String","Status":0,"CustomerId":"String","Id":0,"Reference":"String","Agent":"String","Gssn":"String","CreationDate":"\/Date(-62135596800000-0000)\/","MaintenanceDate":"\/Date(-62135596800000-0000)\/","CustomerCriteria":"String","AgentCriteria":"String","History":[{"Status":0,"CommissionNumber":"String","VIN":"String","CustomerCriteria":"String","AgentCriteria":"String","CreationDate":"\/Date(-62135596800000-0000)\/","MaintenanceDate":"\/Date(-62135596800000-0000)\/","GasId":"String","Sellable":false,"AdditionalInformation":"String","Reason":"String","ConfigCode":"String","FleetBaseOrder":"String","AssistanceDetail":"String","AssistanceProvider":"String","LinkedByUserType":"String","MotabilityVTN":"String","MotabilityBackOrderDropDown":"String","MotabilityValidFrom":"\/Date(-62135596800000-0000)\/","MotabilityValidTo":"\/Date(-62135596800000-0000)\/"}],"IsAllocatedToOrder":false,"Vin":"String","CommissionNumber":"String","Order":{"Guid":"00000000000000000000000000000000","Reference":"String","Status":0,"CustomerId":"String","MulesoftReference":"String","GasId":"String","OrderDate":"String","OfferSnapShot":"String"},"Source":"String","Specialist":false,"OutrightPurchase":false,"Sellable":false,"MulesoftReference":"String","AdditionalInformation":"String","ConfigCode":"String","FleetBaseOrder":"String","GasId":"String","OutrightPurchaseCustomerIdentifier":"String","Retailer":{"Id":0,"GssnId":"String","Description":"String","Street":"String","City":"String","Postcode":"String","GoogleMapPostcode":"String","Phone":"String","Fax":"String","Email":"String","Website":"String","RetailerGroupId":"String","RetailerGroupName":"String","IsOnline":false,"IsNewCarRetailer":false,"IsUsedCarRetailer":false,"IsCentralRetailer":false,"ChatEnabled":false,"TradeInEnabled":false,"smart":false,"DisplayPhoneNumberNew":"String","DisplayPhoneNumberUsed":"String","Latitude":0,"Longitude":0,"smartDescription":"String","smartWebsite":"String","smartPhone":"String","LegacyId":"String","Agent":false,"MarketAreaId":0,"DigitalLoungeParentGssnId":"String","SendLeadsToDigitalLoungeParent":false,"OpeningTimes":{"New":[{"Day":"String","OpenFrom":"String","OpenTo":"String","Special":"String"}],"Used":[{"Day":"String","OpenFrom":"String","OpenTo":"String","Special":"String"}]}},"CustomerMode":0,"CanEdit":false,"DigitalLoungeGssnId":"String","DigitalLounge":"String","Motability":false,"MotabilityPricing":{"MotabilityPricingStatus":"Pending","Id":0,"CriteriaBM7NST":"String","VTN":"String","BackOrderDropDown":"String","CriteriaFullModelYearCode":"String","CriteriaValidOptionCodes":"String","CriteriaInvalidOptionCodes":"String","PIPNet":0,"PIPVat":0,"PIPGross":0,"WPMSNet":0,"WPMSVat":0,"WPMSGross":0,"DiscountNet":0,"DiscountVat":0,"DiscountGross":0,"ListPriceNet":0,"ListPriceVat":0,"ListPriceGross":0,"DeliveryChargeNet":0,"DeliveryChargeVat":0,"DeliveryChargeGross":0,"FuelChargeNet":0,"FuelChargeVat":0,"FuelChargeGross":0,"NumberPlateFeeNet":0,"NumberPlateFeeVat":0,"NumberPlateFeeGross":0,"FirstRegistrationFeeNet":0,"FirstRegistrationFeeVat":0,"FirstRegistrationFeeGross":0,"RoadFundLicenceNet":0,"RoadFundLicenceVat":0,"RoadFundLicenceGross":0,"ValidFrom":"\/Date(-62135596800000-0000)\/","ValidTo":"\/Date(-62135596800000-0000)\/"},"LinkedByUserType":"String","AssistanceProviderId":0,"AssistanceProvider":"String","AssistanceDetail":"String","LastAssistanceMessageDate":"\/Date(-62135596800000-0000)\/","LastAssistanceUser":"String","IsCOPConverter":false,"IsEligibleCOPConverter":false,"CarConfigurator":{"Id":0,"BackOrderId":0,"ConfiguratorCode":"String","GasId":"String","Status":0,"DateOfLastUpdate":"\/Date(-62135596800000-0000)\/","LastExceptionMessage":"String","LastException":"String"},"CarConfiguratorResponse":{"Name":"String","KeyInformation":{"BM7NST":"String","ConfigurationDate":"String","ModelYear":"String","HalfYear":"String"},"OrderingOptions":{"Interior":["String"],"Exterior":["String"],"Other":["String"]},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"ConfiguratorCode":"String"}}],"FilteredGssn":"String","FilteredRetailer":"String"}