Skip to main content

Update Account Name

API URL: POST https://userapi-demo.s2f.projectx.com/TradingAccount/changeName

API Reference: /TradingAccount/changeName

Description


Update a Trading Account's account name.

Parameters


NameTypeDescriptionRequiredNullable
tradingAccountIdintegerThe Trading Account's id.Requiredfalse
namestringThe new Trading Account name.Requiredfalse

Example Usage


Example Request

{
"tradingAccountId": 7,
"name": "U7A123"
}

Example Response

{
"result": 0
}