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
Response
Successfully Updated Agent's App Access.
Changes
No recorded changes to this endpoint across all 4 revisions of this API.