Skip to main content

RequestIssueSetComment

Request to update the comment for the specified issue

Request format

{
"Actor": "dealer",
"Comment" : "test comment",
"IssueId": "1c214839-02fc-4bed-83c3-4f8cff7575a5",
"Nodes": [
"Node1"
],
"RequestId": "e10fbea8-7a2a-41c4-b2ec-90b6bdcfeb2b",
"RequestName": "RequestIssueSetComment"
}

Request parameters:

NameDescription
ActorThe login of the dealer performing the action
CommentComment
IssueIdIssue ID
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"
}