PUT
/api/partner/v1/cars/{carId}Update car
Update a car.
Authorization
X-Api-Key headerSend your partner key on every request. The key is bound to exactly one owner account.
Path parameters
carIdstringpathrequiredBody
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 updated car.
400Validation error.
401Missing, unknown or revoked API key.
404The resource does not exist under this owner.
