Add Accounts to Sub-Groups
Add one or multiple accounts to a specific group under the master account
HTTP Request
POST /sapi/v1/vip/link-plus/subgroups/{groupId}/accounts
Weight(IP)
1
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| RecvWindow | LONG | NO | No more than 60000 |
| timestamp | LONG | YES |
##Request Body
{
"accountIds": [
10001,
10002
]
}