POST
/api/partner/v1/carsCreate car
Create a car.
Authorization
X-Api-Key headerSend your partner key on every request. The key is bound to exactly one owner account.
Body
application/jsontitlestringrequiredcarTypeIdstringrequiredFrom GET /car-types.
stateIdstringrequiredState abbreviation from GET /states (must be bookable).
citystringrequiredzipCodestringrequiredphoneNumberstringrequiredcarPlateNumberstringrequiredcarPlateNumberStatestringaddressLine1stringaddressLine2stringcountrystringcarBrandstringrequiredcarModelstringyearintegerrequiredcolorstringrequiredinteriorColorstringrequiredvinstringAuto-generated when omitted.
latitudenumberDefaults to the state centroid when omitted.
longitudenumberminimumReservationDaysintegerdescriptionstringpublishedbooleanpriceDailynumberpriceWeeklynumberpriceMonthlynumberpriceSecurityDepositnumberResponse
200 · application/jsonsuccessbooleanrequireddataobjectidstringexternalIdstringnullableYour own car id
titlestringnullablecarTypeIdstringnullablecarBrandstringnullablecarModelstringnullableyearintegercolorstringnullableinteriorColorstringnullablevinstringnullableplateNumberstringnullableplateStatestringnullablecitystringnullablestatestringnullablezipCodestringnullablephoneNumberstringnullablepublishedbooleanpriceDailynumberpriceWeeklynumberpriceMonthlynumberpriceSecurityDepositnumbererrorstringnullableStatus codes
200The created car.
400Validation error.
401Missing, unknown or revoked API key.
