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);