POST api/cashback/buy

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

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional 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"