POST Admin/RemoveCopier
Request Information
URI Parameters
None.
Body Parameters
RemoveCopier| Name | Description | Type | Additional information |
|---|---|---|---|
| PlatId | integer |
Range: inclusive between 1 and 2147483647 |
|
| traderMtAccountId | string |
Required |
|
| CopierMtAccountIds | string |
Required |
|
| IsKeepOpeningOrders | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"PlatId": 1,
"traderMtAccountId": "sample string 2",
"CopierMtAccountIds": "sample string 3",
"IsKeepOpeningOrders": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WebApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"code": "sample string 3",
"data": {}
}