Business Information

Returns information about the business over the API via a single 'business' request. Response includes Name, Address and Contact Information as well as Business Type, Network/Service Provider and areas of advice offered.

Business Information

Filter Key (optional): None

Request

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

XML Response

<?xml version="1.0" encoding="utf-8"?>
<businesses>
    <header/>
    <data>
        <business>
            <businessName></businessName>
            <businessPrincipalAddress></businessPrincipalAddress>
            <businessPostcode></businessPostcode>
            <businessTelephone></businessTelephone>
            <businessFax></businessFax>
            <businessEmail></businessEmail>
            <businessType></businessType>
            <businessRegisteredCountry></businessRegisteredCountry>
            <businessCompanyNumber></businessCompanyNumber>
            <businessRegisteredAddress></businessRegisteredAddress>
            <businessVatNumber></businessVatNumber>
            <businessFsaNumber></businessFsaNumber>
            <businessAdviserType></businessAdviserType>
            <businessNetworkServiceProvider></businessNetworkServiceProvider>
            <businessAreasOfAdvice>
                <protection><![CDATA[Life Insurance/Protection]]></protection>
                <investments><![CDATA[Investment Advice]]></investments>
                <pensions><![CDATA[Pensions and Retirement Planning]]></pensions>
                <insurance><![CDATA[General Insurance]]></insurance>
                <equityRelease><![CDATA[Equity Release]]></equityRelease>
                <healthcare><![CDATA[Health & Long Term Care]]></healthcare>
                <corporate><![CDATA[Corporate Financial Advice]]></corporate>
                <estatePlanning><![CDATA[Estate Planning]]></estatePlanning>
            </businessAreasOfAdvice>
        </business>
    </data>
</businesses>

PHP

$api->getBusinessInformation();