| GET | /v1/backorder/detail/{BackOrderGuid} | Get Back Order detail by Guid | Get Back Order detail by Guid |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BackOrderGuid | path | string | Yes |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BackOrder | form | BackOrderResolveDetail | Yes |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Guid | form | string | Yes | |
| Reference | form | string | Yes | |
| Agent | form | string | Yes | |
| Vin | form | string | No | |
| Description | form | string | No | |
| ImageUrl | form | string | No | |
| OutrightPurchaseCorporation | form | string | No | |
| NetPrice | form | string | No | |
| OtrPrice | form | string | No | |
| ActualPrice | form | string | No | |
| CommissionNumber | form | string | No | |
| BodyStyle | form | string | No | |
| Line | form | string | No | |
| Engine | form | string | No | |
| Transmission | form | string | No | |
| Fuel | form | string | No | |
| Colour | form | string | No | |
| Upholstery | form | string | No | |
| Package | form | string | No | |
| FullModelYearCode | form | string | No | |
| PortArrivalDate | form | string | No | |
| ProductionDate | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /v1/backorder/detail/{BackOrderGuid} HTTP/1.1
Host: prod-api-agency-orch-mb-dhc.rapp-customers.co.uk
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
BackOrder:
{
Guid: String,
Reference: String,
Agent: String,
Vin: String,
Description: String,
ImageUrl: String,
OutrightPurchaseCorporation: String,
NetPrice: String,
OtrPrice: String,
ActualPrice: String,
CommissionNumber: String,
BodyStyle: String,
Line: String,
Engine: String,
Transmission: String,
Fuel: String,
Colour: String,
Upholstery: String,
Package: String,
FullModelYearCode: String,
PortArrivalDate: String,
ProductionDate: String
}
}