RequestAccountSetEnabled
Request to block / unblock the specified account
Request format
{
"Actor": "dealer",
"Login": 100,
"Enabled": true,
"Comment" : "comment",
"Nodes": [
"Node1"
],
"RequestId": "bfdf4119-dcac-4ca6-811a-8ab4f611ddfa",
"RequestName": "RequestAccountSetEnabled"
}
Request parameters:
| Name | Description |
|---|---|
| Actor | Login of the dealer performing the action |
| Login | Account login on which the action is being performed |
| Enabled | Action status: true - allow, false - deny |
| Comment | Comment |
| RequestId | Unique request GUID |
| Nodes | One node is indicated on which the trigger is updated (the validator is running) |
General status response ResponseOk
{
"Result": [
{
"Node": "Node1",
"Platform": "Mt4",
"Result": "Ok",
"ResponseNode": "ResponseNodeOk"
}
],
"RequestId": "fecbdc1d-11ad-4752-8d85-a9c66997b266",
"ResponseMaster": "ResponseOk"
}