Vehicles
Bulk Create
Create multiple vehicles in the system.
POST
Note: 500 is the maximum allowed limit for bulk.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Body
application/json · object[]
The body is of type object[]
.
Response
201 - application/json
The response is of type object[]
.