Create vehicle
Creates a new vehicle for the specified business. This endpoint is idempotent using the external_id field as the idempotency key.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Path Parameters
The UUID of the business.
Body
The make and model of the vehicle (e.g., 'Toyota Camry').
The model year of the vehicle.
An optional external identifier for the vehicle. If provided and a vehicle with this external_id already exists, the existing vehicle will be updated instead of creating a new one.
The license plate number of the vehicle.
The Vehicle Identification Number (VIN).
An optional description or notes about the vehicle.
Whether this should be the primary vehicle. If true, any existing primary vehicle will be demoted.
Response
Existing vehicle with matching external_id was updated.