Wraps

Returns a list of Wrap platforms which have been selected by the Client. Response includes button image uri, link uri for each wrap, and the 'exit site' disclosure.

Wraps

Returns list of Wrap platforms chosen by the Client.

Filter Key: wrapid (optional)

Request

https://www.adviserportals.co.uk/api/1.0/wraps/apikey/responseformat

XML Response

<?xml version="1.0" encoding="utf-8"?>
<wraps>
    <header>
        <exitSiteStatement></exitSiteStatement>
    </header>
    <data>
        <wrap>
            <wrapID></wrapID>
            <wrapTitle></wrapTitle>
            <wrapDescription></wrapDescription>
            <wrapButtonUri></wrapButtonUri>
            <wrapUri></wrapUri>
        </wrap>
    </data>
</wraps>

PHP

$api->getWraps($wrapid = Null);