[Back to area psc]

Method: pickuprf ( on area: psc )

Authentication Required: no

Description:

Perform a query that returns the Pickup RF for a particular postcode.

Parameters

PostCode - The Postcode you want to lookup the RF for.
CountryCode - The country in which the specified Postcode resides.
Suburb - Optional, helps narrow down conflicting postcodes in countries that dont have a very well structured postcode system (eg, AU and NZ)

Returns

A data structure. In JSON, it looks like:

{
    result: {
        franchise_code: 'SYD'
        franchise_name: 'Sydney'
        franchise_email: 'sydney@fastway.org'
        franchise_country: 'Australia'
    }
}

Examples

Invocation URL: /latest/psc/pickuprf

Lookup the RF for postcode '2155' in country '1':
/latest/psc/pickuprf/2155/1?api_key=YOUR_API_KEY

[Back to area psc]