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/suburbsinregion

Descripton:

Produces a list of delivery suburbs based on the specified delivery RF.

Parameters:

rfCode - The delivery RF code. See List Regional Franchises

Returns:

A data structure like so:

{
    'result': [
       {
            Town: ABBOTSTOWN,
            Postcode: DUBLIN,
            label: ABBOTSTOWN, DUBLIN
        },
        {
            Town: ABBOTSTOWN,
            Postcode: DUBLIN,
            label: ABBOTSTOWN, DUBLIN
        }
     ]
}

Example:

https://nz.api.fastway.org/latest/psc/suburbsinregion/DUB?api_key=YOUR_API_KEY

Back to Price Service Calculator