Endpoints꞉ Track - Fastway-Couriers-South-Africa/myFastway.ApiClient GitHub Wiki
Endpoints
Endpoint | Verb | Paging | Description |
---|---|---|---|
/api/track/label/{label} | GET | Y | returns all tracking events for a given label |
Response Objects
Track
{
"data": [
{
"franchiseCode": "",
"franchiseName": "",
"scanType": "",
"labelNo": "",
"status": "",
"scannedDateTime": "",
"description": "",
"scanTypeDescription": ""
}
]
}
See Scan Codes for typically Codes and Descriptions returned