Vehicle Data Type
The attributes that can be found for a vehicle (car).
| name | data type | constraints | description |
|---|---|---|---|
| description | string | ||
| regNr | string | ||
| vin | string | ||
| active | boolean | required boolean | |
| creationDate | string | ||
| protoNumber | string | ||
| tsu | string | ||
| project | string | ||
| series | string |
Example
{
"description" : "...",
"regNr" : "...",
"vin" : "...",
"active" : true,
"creationDate" : "...",
"protoNumber" : "...",
"tsu" : "...",
"project" : "...",
"series" : "..."
}