Locations

Returns information about the office locations of your business, together with contact information if held. Up to four locations may be stored. Accessed via the 'offices' request.

Offices

Returns information on up to four office locations.

Filter Key: None

Request

https://adviserportals.co.uk/api/1.0/offices/apikey/responseformat

XML Response

<?xml version="1.0" encoding="utf-8"?>
<offices>
    <header/>
    <data>
        <office>
            <officeName></officeName>
            <officeAddress></officeAddress>
            <officePostcode></officePostcode>
            <officeTelephone></officeTelephone>
            <officeEmail></officeEmail>
        </office>
    </data>
</offices>

PHP

$api->getOffices();