Is In Service
Signal code: service-isinservice
A boolean that Indicates if the vehicle is currently in service
Boolean indicating if the vehicle is in service
Records
Signal code: service-records
An array containing records of service that has been performed on the vehicle.
An array of service records.
Show Array item properties
A unique identifier for the service record.
The monetary amount billed by the service provider for the service.
The numerical portion of the amount.
The currency for the amount.
The timestamp of when the service occurred.
An array containing information about tasks performed as part of the service.
Show Array item properties
A unique identifier for the task.
A description of the task that was performed.
An array containing additional details about the service.
Show Array item properties
A unique identifier for the additional detail item.
A text string describing the additional detail item.
The vehicle’s odometer at the time of the service.
{
"values": [
{
"id": "SVC-2024-001",
"cost": {
"amount": 150,
"currency": "USD"
},
"time": "2024-01-15T14:30:00Z",
"tasks": [
{
"id": "TSK-001",
"description": "Oil Change"
}
],
"details": [
{
"id": "DTL-001",
"description": "5W-30 Synthetic Oil Used"
}
],
"odometer": 50000
}
]
}