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-20230427-001",
"time": 1682591400000,
"odometer": 45231,
"tasks": [
{
"id": "task-001",
"description": "Oil change"
}
],
"details": [
{
"id": "detail-001",
"description": "Used synthetic oil"
}
],
"cost": {
"currency": "USD",
"amount": 349.95
}
}
]
}