| payload |
object |
Object containing the returned transports and other relevant information. |
| totalRecords |
number |
Total number of available transports. |
| transports |
array |
List of available transports, each with specific details. |
| uId |
string |
Unique identifier of the transport. |
| carrierCode |
string |
Vehicle registration number used for transmitting location data to ANAF. |
| carrierName |
string |
Name of the vehicle used for transmitting location data to ANAF. |
| carrierUId |
string |
Unique identifier of the vehicle. |
| trailer1Code |
string |
Registration number for the first trailer. |
| trailer2Code |
string |
Registration number for the second trailer. |
| codeUit |
string |
UIT code generated by ANAF. |
| statusId |
number |
Transport status. |
| startDate |
string |
Start date and time of GPS data transmission to the ANAF platform. |
| endDate |
string |
End date and time of GPS data transmission to the ANAF platform. |
| validityStartDate |
string |
Start date of UIT code validity. This date is generated by the ANAF platform. |
| validityEndDate |
string |
End date of UIT code validity. This date is generated by the ANAF platform. |
| notes |
string |
Additional notes about the transport. |
| startLocation |
string |
Start location of the transport. |
| endLocation |
string |
End location of the transport. |
| externalId |
number |
Transport response identifier from the ANAF platform. |
| externalResponse |
string |
Response message from the ANAF platform for the transport. |
| lastSyncDate |
string |
Date when the transport was retrieved from the ANAF platform. |
| transmissionStatusCode |
string |
GPS data transmission status to the ANAF platform. |
| transmissionStatusErrorDescription |
string |
Error status description for GPS data transmission to the ANAF platform. |
| lastTransmissionDate |
string |
Date of the last GPS coordinate sent to the ANAF platform. |
| lastGpsDate |
string |
Date of the last GPS coordinate received from the vehicle. |
| changeRequestMessage |
string |
Response message for creating the transport data change request. |
| changeRequestStatusCode |
string |
Status of the transport data change request. |
| changeRequestCreatedAt |
string |
Date when the transport data change request was created. |
| changeRequestDate |
string |
Date when the response from the ANAF platform for the change request was received. |
| changeRequestAnafStatus |
string |
Status of the transport data change request received from the ANAF platform. |
| changeRequestAnafMessage |
string |
Response message for processing the transport data change request received from the ANAF platform. |
| changeRequestAnafDate |
string |
Date when the response from the ANAF platform for processing the change request was received. |
| correlationId |
string |
Request identifier for correlating responses. |
| failureReasons |
array |
List of error reasons (if any), with additional details. |
| isSuccess |
boolean |
Indicates whether the request was processed successfully (true) or not (false). |