POST Admin/UpdateMammCopiers
Request Information
URI Parameters
None.
Body Parameters
AdminSetNomarlOrMammCopier| Name | Description | Type | Additional information |
|---|---|---|---|
| invtCaptial | decimal number |
None. |
|
| acceptOpenPos | boolean |
None. |
|
| traderMtAccountId | string |
None. |
|
| traderPlatId | integer |
None. |
|
| isReversed | boolean |
None. |
|
| allocationValue | decimal number |
None. |
|
| strategyName | string |
None. |
|
| MtAccountId | string |
None. |
|
| shareMtAccountId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"invtCaptial": 1.1,
"acceptOpenPos": true,
"traderMtAccountId": "sample string 3",
"traderPlatId": 4,
"isReversed": true,
"allocationValue": 6.1,
"strategyName": "sample string 7",
"MtAccountId": "sample string 8",
"shareMtAccountId": "sample string 9"
}
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": {}
}