This documentation is for the v4 (stable) version of the API.
Invocation URL: /v4/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://sa.api.fastway.org/v4/psc/suburbsinregion/DUB?api_key=YOUR_API_KEY

Back to Price Service Calculator