Skip to main content

RequestSetTicketStatusForBonusStatistics

Request to set ticket status in bonus statistics for the specified account

Request format

{
"Actor": "dealer",
"Account": 12345,
"Ticket": 9876567,
"Canceled": true,
"BonusType": "WelcomeBonus",
"Nodes": [
"Node1"
],
"RequestId": "cd150280-4edf-406d-8cdc-f96e813b5e2d",
"RequestName": "RequestCancelBonusForAccount"
}
NameDescription
RequestIdUnique request GUID
NodesOne node is indicated on which the bonus setting is created
BonusTypeBonus type (enum BonusTypes: CpaBonus)
ActorThe user who made the request
AccountAccount to edit the bonus statistics
TicketTicket which status needs to be edited
Canceledtrue - remove the specified ticket from statistics;
false - include the specified ticket into statistics
RequestNameRequest type

General status response ResponseOk

{
"Result": [{
"ResponseNode": "ResponseNodeOk",
"Node": "Node1",
"Platform": "Mt5",
"Result": "Ok"
}],
"RequestId": "cd150280-4edf-406d-8cdc-f96e813b5e2d",
"Errors": [],
"ResponseMaster": "ResponseOk"
}