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/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/latest/psc/listdeliverysuburbs/SYD/Abb?api_key=YOUR_API_KEY

Back to Price Service Calculator