v1

latestOpenAPI 3.0.12026-08-06207388629.3 KB
Advisors

Grants or Revokes an Agents App Access from their affiliation to Ascentium, GA, GAB, GI, GLB or GS. Intended only for use by PHP and Home Office integration. Used when someone affiliates with a one of the companies passed in via the Body of the request.

Sample Request:

PUT /v1/advisors/1234/affiliations
{
    "ascentium": true,
    "ga": false,
    "gab": false,
    "gi": true,
    "glb": false,
    "gs": false
}
put/v1/Advisors/{advisorId}/Affiliations

Path parameters

advisorIdinteger required

Request body

gaboolean
gabboolean
giboolean
glbboolean
gsboolean
ascentiumboolean
complianceApplicationboolean

Response

Successfully Updated Agent's App Access.