/preference/set
https://browser.prod.ibkr-svc.com/ibgroup.custops.cps/preference/set
-
Service to set preferred language for existing account.
-
HTTP Request Type: POST

Name |
Value |
Description |
Usage |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
userName |
string |
User ID associated with the account. Use /getAccountDetails to pull use ID by Account ID.
|
Required |
||||||||||
LANG1 |
|
Specify Primary Preferred Language for Communication sent by IBKR and for IBKR Systems including Portal and TWS. |
Required |
||||||||||
LANG |
|
Specify Second Preferred Language for Communication sent by IBKR and for IBKR Systems including Portal and TWS. |
Optional |
JSON Request
curl -X POST -H "Content-type: application/json" -d '{"customerIdentity":{"userName":"<InsertUserID>"},"preferences":{"LANGUAGE":{"LANG1":"<InsertLanguage>","LANG2":"<InsertSecondLanguage>"}},"updateMode":"INDIVIDUAL","modifiedBy":"ECA","srcApp":"ECA"}' -k https://browser.prod.ibkr-svc.com/ibgroup.custops.cps/preference/set
Sample
curl -X POST -H "Content-type: application/json" -d '{"customerIdentity":{"userName":"<tester1234>"},"preferences":{"LANGUAGE":{"LANG1":"de","LANG2":"es"}},"updateMode":"INDIVIDUAL","modifiedBy":"ECA","srcApp":"ECA"}' -k https://browser.prod.ibkr-svc.com/ibgroup.custops.cps/preference/set