Bulk create vehicles
Vehicles
Bulk create vehicles
Creates multiple vehicles for the specified business in a single request. Maximum of 100 vehicles per request. This endpoint is idempotent using the external_id field as the idempotency key for each vehicle.
POST
Bulk create vehicles
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
application/json
List of vehicles to create. Maximum of 100 vehicles per request.
Maximum array length:
100Response
Vehicles created successfully.