[
{
"id": 123456789,
"firstName": "John",
"lastName": "Doe",
"countryCode": "IT",
"vat": "IT0011228901",
"license": {
"id": "IT1234567890",
"countryCode": "IT",
"category": [
{
"type": "AM",
"description": "Goods Vehicle",
"issueDate": "2020-01-01",
"expiryDate": "2025-12-31",
"status": "VALID",
"code95": "95 (13.02.25)"
}
]
},
"trafficViolation": [
{
"id": 123456789,
"description": "Speeding",
"code": "SV-123",
"countryCode": "IT",
"fine": 150,
"paymentDueDate": "2023-07-15",
"paymentDate": "2023-07-10",
"isPaid": true,
"validityPoints": 1,
"payload": {
"additionInformation": "Information XX"
}
}
],
"tachographCard": [
{
"id": "IT1234567890123456",
"drivingInterval": [
{
"startDateTime": "2023-06-20T08:00:00Z",
"endDateTime": "2023-06-20T18:00:00Z",
"etl": [
{
"type": "Daily driving limit",
"hours": 1,
"minutes": 1,
"seconds": 20
}
]
}
]
}
]
}
]