MngLinkAccountToCustomer¶
Links a trading account to a customer. This command belongs to the account API because the relation is stored in Users.customer_id.
Request¶
{
"command": "MngLinkAccountToCustomer",
"extID": "1",
"data": {
"login": 100001,
"customer_id": 1
}
}
Response Data¶
{
"login": 100001,
"customer_id": 1
}