Alert!

This is the latest version of the API! It is subject to change and may contain bugs! Use only for testing new features or at your own risk.
Invocation URL: /latest/tracktrace/liststatuscodes

Descripton:

List the scan status codes for the specified country. Result includes Status Code, Short Description and Extended Description.

Parameters:

CountryCode - The country for which to list the status codes.

Returns:

A data structure like so:

{
    'result': [
        {
            'StatusCode': '1',
            'StatusDescription': 'Calling Card Left',
            'ExtendedDescription': 'Calling Card Left - Delivery was attempted, the receiver was not available'
        }, { ...etc
        }
    ]
}

Example:

Get all the status codes for Australia:
https://farmapi.fastway.org/latest/tracktrace/liststatuscodes/1?api_key=YOUR_API_KEY

Back to Track and Trace