This documentation is for the v3 (stable) version of the API.
Invocation URL: /v3/psc/listdeliverysuburbs

Descripton:

Produces a list of delivery suburbs based on the specified Pickup RF and optional search terms.

Parameters:

RFCode - The Pickup RF code. See List Regional Franchises
term - An optional set of search terms. These terms will get matched on the Town and the Postcode. If omitted, everything will be returned.

Returns:

A data structure like so:

{
    'result': [
        {
            'Town': 'ABBA RIVER',
            'Postcode': '6280',
            'State': 'WA'
        },
        {
            'Town': 'ABBEY',
            'Postcode': '6280',
            'State': 'WA'
        }
     ]
}

Example:

https://nz.api.fastway.org/v3/psc/listdeliverysuburbs/SYD/Abb?api_key=YOUR_API_KEY

Back to Price Service Calculator