POST api/cashback/logPartnerClick
Register Cahback Statistics Logs to Partner Clicks
Request Information
URI Parameters
None.
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
DealId |
Deal Id |
integer |
Required |
SupplierId |
Supplier info id |
integer |
Required |
OnContentSet |
On Content Set Options |
boolean |
Default value is False |
Request Formats
application/json, text/json
Sample:
{ "dealId": 1, "supplierId": 2, "onContentSet": true }
Response Information
Response Formats
application/json, text/json
Sample:
true