Methods

  • post - Create vehicle
  • delete - Delete vehicle
  • get - Get vehicle
  • post - Edit vehicle
  • get - Query and filter vehicles

Resource

{
    "autoAssignTo": "string",
    "category": "string",
    "color": "string",
    "contracts": [
        "string"
    ],
    "createdAt": "string",
    "currentLeaseContract": {},
    "currentOwnershipContract": {},
    "infringements": {},
    "locationRecords": {},
    "logs": {},
    "manufacturer": "string",
    "model": "string",
    "modelYear": "string",
    "registration": "string",
    "type": "string",
    "updatedAt": "string",
    "vehicleId": "number",
    "weight": "number"
}

Properties

Name Type Description Additional
autoAssignTo string

Possible values are:

  • Owner
  • User
category string
color string
contracts[] array of string

Contract[]

createdAt string
currentLeaseContract object

LeaseContract

currentOwnershipContract object

OwnershipContract

infringements object

Infringement

locationRecords object

IturanLocationRecord[]

logs object

Log[]

manufacturer string
model string
modelYear string
registration string
type string

Possible values are:

  • Private
  • Truck
updatedAt string
vehicleId number
weight number