Skip to main content

RequestAccountMarkSuspicious

Request to assign / remove "Suspicious" status from the account

Request format

{
"Actor": "dealer",
"Login": 100,
"Suspicious" : "true",
"Comment": "comment",
"Nodes": [
"Node1"
],
"RequestId": "bfdf4119-dcac-4ca6-811a-8ab4f611ddfa",
"RequestName": "RequestAccountMarkSuspicious"
}

Request parameters:

NameDescription
ActorLogin of the dealer performing the action
LoginAccount login on which the action is being performed
Suspisioustrue/false of the status
CommentComment
RequestIdUnique request GUID
NodesOne 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"
}