Collection Tracking
Introduction
This document was designed for IT professionals as a technical document to communicate and understand the Waybill Tracking API
Json Post URL
https://nservice.aramex.co.za/Json/JsonV1/GetCollectionTracking
Json Objects
ReceiveJson
Field Name
|
Description
|
Mandatory
|
Field Length
|
Data Type
|
email_address
|
Aramex.com email address used for authentication
|
Yes
|
300
|
string
|
password
|
Aramex.com password used for authentication
|
Yes
|
300
|
string
|
account_number
|
Your Aramex account number
|
Yes
|
100
|
string
|
collection_number
|
The collection reference number which was returned from the Book collection API.
|
Yes
|
30
|
string
|
ReturnJson
Field Name
|
Description
|
Field Length
|
Data Type
|
status_code
|
The status code for the transaction submitted. The status code will state if the transaction was successful or if it failed
|
3
|
int
|
status_description
|
The description associated with the status code
|
255
|
string
|
collection_date
|
The date for the collection
|
20
|
DateTime
|
entity
|
The branch that triggered the event
|
10
|
string
|
last_status
|
Short description for the last tracking status
|
200
|
string
|
last_status_description
|
The last tracking description for the collection
|
200
|
string
|
pickup_date
|
When the collection took place
|
20
|
DateTime
|
reference
|
The collection reference number
|
100
|
string
|
CollectedWaybills
Field Name
|
Description
|
Field Length
|
Data Type
|
waybill_number
|
Waybill Number
|
50
|
string
|
Json String Sample
ReceiveJson