Recall Details
A data source which will show any recalls on a vehicle. Supplys a list of recalls, and wether they are outstanding or not.

Example Output
"RecallDetails": {
"VehicleIdentity": {
"Vin": "LICENSE_RESTIRCTED",
"Vrm": "MP10TAP",
"Description": "Land Rover Range Rover Sport HSE TDV6 Auto"
},
"RecallCheckTime": "2025-05-06T13:23:57.1467441Z",
"VehicleRecallList": [
{
"Description": "REAR SPOILER OUTER SURFACE RETENTION"
}
],
"RecallStatus": "Recall outstanding",
"StatusCode": 0,
"StatusMessage": "Success",
"DocumentVersion": 1
}