[Back to area psc]

Method: listrfs ( on area: psc )

Authentication Required: no

Description:

List all the Regional Franchises for the specified country.

Parameters

CountryCode - The CountryCode of the country you want RFs for. See here

Returns

A data structure like so:

{
	result: [{
            'FranchiseCode': 'ADL',
            'FranchiseName': 'Adelaide'
        }, {
            'FranchiseCode': 'ALB',
            'FranchiseName': 'Albury'
        }, {
            ...etc
        }]
}

Examples

Invocation URL: /latest/psc/listrfs

List all the RFs in CountryCode 1 (Austrailia):
/latest/psc/listrfs/1?api_key=YOUR_API_KEY

[Back to area psc]