Skip to main content
PUT
Update Vehicle

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerId
string
required
vehicleId
string
required

Body

application/json;charset=UTF-8
id
string
name
string
registration
string
groupId
string
groupName
string
type
string
make
string
model
string
tags
string[]
defaultDriverId
string
status
string
assetCosts
object

Vehicle cost information including purchase, lease, maintenance, and operational costs.

customerId
string
secondaryGroups
object[]

Response

updated asset with correct values

id
string
name
string
registration
string
groupId
string
groupName
string
type
string
make
string
model
string
tags
string[]
defaultDriverId
string
status
string
assetCosts
object

Vehicle cost information including purchase, lease, maintenance, and operational costs.

customerId
string
secondaryGroups
object[]