This operation cancels the free game bonus campaign.
Request
| PARAMETER | DESCRIPTION | FORMAT | EXAMPLE |
| partnerID | ID of partner Unique ID associated with each customer |
GUID | D61A14AE-0A0C-464B-B7AB-5900BE7462F9 |
| sign | Parameters partnerID, campaignCode (for more information, see Creating Data Sign) |
string (64) | 5E0A0349AE36AD67 CD21D891AB124CCE 8CC4171C5BD7EF5B 26FCA86DB71F500A |
| campaignCode | Unique code of campaign | string (32) | test_EUR |
Request example:
REST JSON
POST https://staging.tomhorngames.com/services/gms/RestCustomerIntegrationService.svc/CancelCampaign HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: application/json
Content-Length: 123456
Host: staging.tomhorngames.com
{
"partnerID" : "9A2E7402-5CEF-42ED-84A6-DB589CE19FC6",
"sign" : "F80B38C85AAA1C8A8E0B848AA1CAAADC4E89BA5C7AFEC77DC45AACE21D431B88",
"campaignCode" : "test_EUR",
}
Response
| PARAMETER | DESCRIPTION | FORMAT | EXAMPLE |
| Code | Result codes: 0, 1, 11, 12, 13, 1001, 1002, 1003, 1009, 1013 (for more information, see Result Codes) | Number | 0 |
| Message | Description of the error, if one has occurred. This value is filled only in the event that an error takes place. | string (256) | Cannot find specified identity |
Response example:
REST JSON
{
"Code": 0,
"Message": null
}
Comments
0 comments
Article is closed for comments.