Skip to main content
PUT
Update Vehicle

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

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[]