Round-trip
Swap two vehicles between locations. We'll deliver your first vehicle, then hop in your second and bring it right back.
Example Request#
POST /v1/round-trip-moves
Body Params#
| Field | Type | Required? | Description |
|---|---|---|---|
| ready_by_time_utc | String | Required | The date and time in YYYY-MM-DD hh:mm:ss format, using UTC/Zulu time. Reference |
| dealer_contact | String | Optional | Point of contact for our driver when arriving at the pickup location |
| special_instructions | String | Optional | Additional information such as where to park or a number to call upon arrival |
| reference_id | String | Optional | Internal reference number number such as a repair order # |
| stock | String | Optional | Internal stock number associated with the vehicle |
| vin | String | Optional | Vehicle Identification Number associated with the vehicle |
| year | String | Optional | Year the vehicle was manufactured |
| make | String | Required | The make of the vehicle (e.g., "Ford") |
| model | String | Required | The model of the vehicle (e.g., "F-150") |
| color | String | Optional | The color of the vehicle |
| manual | Boolean | Required | Whether or not the vehicle has a manual transmission (true) or an automatic (false) |
| name | String | Required | Name associated with the pickup location |
| address_one | String | Required | The street address of the pickup location |
| address_two | String | Optional | Optional sub-address of the pickup location |
| city | String | Required | The city that the pickup address is associated with |
| state | String | Required | The state that the pickup address is associated with |
| zip | String | Required | The 5-digit Zip Code that the pickup address is associated with |
Request Object Structure#
Example Response#
For additional information, see the response section.
200 /v1/round-trip-moves