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"
}
Request parameters:
| Name | Description |
|---|---|
| RequestId | Unique request GUID |
| Nodes | One node is indicated on which the bonus setting is created |
| BonusType | Bonus type (enum BonusTypes: CpaBonus) |
| Actor | The user, who made the request |
| Account | Account to edit the bonus statistics |
| Ticket | Ticket which status needs to be edited |
| Canceled | true- remove the specified ticket from statistics, false - include the specified ticket into statistics |
| RequestName | Request type |
General status response ResponseOk
{
"Result": [{
"ResponseNode": "ResponseNodeOk",
"Node": "Node1",
"Platform": "Mt5",
"Result": "Ok"
}],
"RequestId": "cd150280-4edf-406d-8cdc-f96e813b5e2d",
"Errors": [],
"ResponseMaster": "ResponseOk"
}