VehicleProfileVersion Data Type
| name | data type | constraints | description |
|---|---|---|---|
| vehicleProfileID | number | required int | The id of the vehicle profile this vehicle profile version belongs to. |
Properties inherited from VehicleProfileIdentifier |
|||
| id | number | required int | |
| name | string | ||
| diagnosticReferenceID | number | required int | |
Example
{
"vehicleProfileID" : 12345,
"id" : 12345,
"name" : "...",
"diagnosticReferenceID" : 12345
}