NATS5 REST API Affiliate POST manual-sale
From TMM Wiki
Jump to navigationJump to search
POST /affiliate/manual-sale
Description
- Add manual sale for affiliate
Resource URL
- http://domain/api/affiliate/manual-sale
- Replace domain with the nats domain
- POST
Response Format
- JSON
- HTTP headers
Parameters
Parameters can be sent as url encoded params
- siteid
- type: digit
- required
- tourid
- type: digit
- required
- date
- type: datetime (A date string to be parsed by php strtotime, or a unix timestamp integer)
- required
- countryid
- type: digit
- optional
- country
- type: string
- optional
- programid
- type: digit
- required
- cascadeid
- type: digit
- required
- billerid
- type: digit
- required
- loginid
- type: digit
- required
- campaignid
- type: digit
- required
- optionid
- type: digit
- required
- refurl_lookup_id
- type: digit
- optional