POST Admin/UpdatePammCopiers
Request Information
URI Parameters
None.
Body Parameters
UpdatePammCopier| Name | Description | Type | Additional information |
|---|---|---|---|
| traderPlatId | integer |
Range: inclusive between 1 and 2147483647 |
|
| traderMtAccountId | string |
Required |
|
| CopierMtAccounts | string |
None. |
|
| strategyName | string |
None. |
|
| shareMtAccountId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"traderPlatId": 1,
"traderMtAccountId": "sample string 2",
"CopierMtAccounts": "sample string 3",
"strategyName": "sample string 4",
"shareMtAccountId": "sample string 5"
}
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": {}
}