GET
/
trades
/
{customer}
/
{vehicle}

Path Parameters

customer
string
required

Trade is uniquely identified by Customer

vehicle
string
required

Trade is uniquely identified by Vehicle

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Response

200 - application/json
data
object

Customer offers Vehicle for trade

success
boolean