Set Dynamic Account

View as MarkdownOpen in Claude

Broker accounts configured with the DYNACCT property will not receive account information at login. Instead, they must dynamically query then set their account number.

This will not function for individual or financial advisor accounts. This will only be functional for IBrokers with the DYNACCT property approved.

Customers without the DYNACCT property will receive the following message

1{
2 "error": "Details currently unavailable. Please try again later and contact client services if the issue persists.",
3 "statusCode": 503
4}

Response Object

set: bool.
Confirms if the account change was fully set.

acctId: String.
The account ID that was set for future use.

{
"set": "true",
"acctId": "U1234567",
}