DispatchOne Solution
...
Vehicle API
Vehicle Attributes
Creating Vehicles
1min
For creating a vehicle, call the Creating Vehicles endpoint and specify the following parameters in the request body:
Member | Description | Remarks |
---|---|---|
modelName | Name of the vehicle to be Created | Data type: string |
ownerName | The ID of the vehicle owner | Data type: string |
referenceNumber | Unique ID of the vehicle | Data type: string |
vehicleCategory | Category of the Vehicle. | Data type: string |
vehicleSubCategory | Subcategory of the Vehicle. | Data type: string |
ownershipType | The owner of the vehicle among self/seller/partner. | Data type: string |
registrationNumber | The registration number of the vehicle as in the records. | Data type: string |
The following example request body shows how to create and update a Vehicle named Semi Truck:


Updated 28 May 2024
Did this page help you?