Vehicle FPA
Vehicles
Update a Vehicle by id or external ref
1min
PUT
https://{domain}/app/api/v2/vehicles/{vehicleId}
HEADER PARAMETERS
X-Solutions-Callback-Secret
string
base64 encoded hmac secret
BODY PARAMETERS
body
UpdateVehicleRequest
[All Of:VehicleCoreVehicleCoreReqdInverseVehicleAppVehicleAppReqdInverseVehicleWriteOnlyVehicleWriteOnlyReqdInversecallback]Update Vehicle Request
ownerName
string
Owner Id
vehicleCategory
string
Vehicle Category
vehicleSubCategory
string
Vehicle Sub Category
modelName
string
Model of the Vehicle
vehicleMode
string<Land | Air | Sea>
Mode of the vehicle
vehicleStructure
string
Structure of the vehicle
fuelType
string<Petrol/Gasoline | Diesel | CNG | EV | NA>
fuel types allowed for the vehicle
modelYear
number
year of the vehicle model
registrationYear
number
the registration year of the vehicle
reportingCenter
string
reporting facility of the vehicle
operator
string
operator user of the vehicle
numberOfJobs
number
number of jobs a vehicle can handle
totalDistance
number
total distance a vehicle can cover
totalTravelTime
number
total travel time of a vehicle
totalLateTime
number
total late time of a vehicle
payload
number
Max weight allowed in a vehicle
payloadVolumetric
number
max payload in litres for a vehicle
teams
string[]
team ids for which a vehicle belongs
vehicleType
string
The category of vehicle
containerDimensions
string
The dimensions of the container
costPerMonth
number
Fixed cost per month
numberOfDays
number
Operating Days
ratePerHr
number
Extra Rate per Hour
ratePerKm
number
Extra Rate per km
registrationNumber
string
the registration number of the vehicle
ownershipType
string<Tenant | Individual | 3P/Leased>
type of owner of the vehicle
callback
object
RESPONSES
202
Request Accepted
SuccessResponse
error
Error
Error Information
request
Request
data
Data
default
Default Error Response
DefaultResponse
error
Error
Error Information
request
Request


Updated 01 Dec 2023
Did this page help you?