{
"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"
}
| Name | Type | Description | Additional |
|---|---|---|---|
| autoAssignTo | string |
Possible values are:
|
|
| 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:
|
|
| updatedAt | string | ||
| vehicleId | number | ||
| weight | number |