POST api/cashback/buy/withOutLogs
Get redirect link to cashback partner website. Unique number is saved for each calling of this method to receive information about purchase from provider website But this method do not do any partner click statistics logs. It require to use separate endpoint for logging such events
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
Redirect link to provider website
Response Formats
application/json, text/json
Sample:
"sample string 1"