PUT | /v1/backorder/{Guid} | Update Back Order by Guid |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Guid | path | Guid | No | |
AgentCriteria | body | V2Criteria | Yes | |
AdditionalInformation | body | string | Yes | |
ConfigCode | body | string | Yes | |
MotabilityPricingId | body | int? | No | |
AssistanceProviderId | body | int? | No | |
AssistanceDetail | body | string | No | |
IsCOPConverter | body | bool | No | |
ConfiguratorCode | body | string | No | |
IsOneAdminUpdate | body | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Engine | form | List<V2EngineCriteria> | Yes |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Transmission | form | string[] | Yes | |
Fuel | form | string[] | Yes | |
Upholstery | form | string[] | Yes | |
Equipment | form | string[] | Yes | |
Line | form | string[] | Yes | |
BodyStyle | form | string[] | Yes | |
ColourGroup | form | string[] | Yes | |
Packages | form | string[] | Yes | |
Model | form | List<CriteriaModel> | Yes | |
UrlReferrer | form | string | Yes | |
PreferredDeliveryDate | form | string | Yes | |
IsNewModel | form | bool | No | |
IsSmart | form | bool | No | |
IsSpecialised | form | bool | No | |
CriteriaDifference | form | CriteriaDifference | Yes |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Version | form | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Description | form | string | Yes | |
Id | form | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Model | form | bool | No | |
Transmission | form | bool | No | |
Fuel | form | bool | No | |
Upholstery | form | bool | No | |
Equipment | form | bool | No | |
Line | form | bool | No | |
BodyStyle | form | bool | No | |
ColourGroup | form | bool | No | |
Packages | form | bool | No | |
Engine | form | bool | No | |
AdditionalInformation | form | bool | No | |
UrlReferrer | form | bool | No | |
PreferredDeliveryDate | form | bool | No | |
IsSmart | form | bool | No | |
IsSpecialised | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Badge | form | string | Yes | |
Brand | form | string | Yes |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
PUT /v1/backorder/{Guid} HTTP/1.1
Host: prod-api-agency-orch-mb-dhc.rapp-customers.co.uk
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"Guid":"00000000000000000000000000000000","AgentCriteria":{"Engine":[{"Badge":"String","Brand":"String"}],"Transmission":["String"],"Fuel":["String"],"Upholstery":["String"],"Equipment":["String"],"Line":["String"],"BodyStyle":["String"],"ColourGroup":["String"],"Packages":["String"],"Model":[{"Description":"String","Id":0}],"UrlReferrer":"String","PreferredDeliveryDate":"String","IsNewModel":false,"IsSmart":false,"IsSpecialised":false,"CriteriaDifference":{"Model":false,"Transmission":false,"Fuel":false,"Upholstery":false,"Equipment":false,"Line":false,"BodyStyle":false,"ColourGroup":false,"Packages":false,"Engine":false,"AdditionalInformation":false,"UrlReferrer":false,"PreferredDeliveryDate":false,"IsSmart":false,"IsSpecialised":false},"Version":0},"AdditionalInformation":"String","ConfigCode":"String","MotabilityPricingId":0,"AssistanceProviderId":0,"AssistanceDetail":"String","IsCOPConverter":false,"ConfiguratorCode":"String","IsOneAdminUpdate":false}
HTTP/1.1 200 OK Content-Type: text/jsonl Content-Length: length {}