Get A Single Coach
GET /coach/{coachId}
URL Parameters
| Key | Required | Description |
|---|---|---|
coachId | true | A valid chassis VIN, coach S/N, or GUID |
Possible statuses:
| Status |
|---|
| Undefined |
| FGI |
| Floor Stock |
| Consigned |
| Pending Sale |
| Sold |
| Registered |
When looking up using GUID, the status will be "Undefined". A coach will keep an "Undefined" status until it is ready to ship.
VIN or Coach ID may be present while the status is "Undefined" (sales can add these values into a sales order).
Sample Response
HTTP 200 OK
{ "success": true, "error": "", "result": { "coachId": "", "vin": "", "guid": "", "year": "", "product": "", "model": "", "status": "" }}