POST /site/coupon
Description
Resource URL
- http://domain/api/site/coupon
- Replace domain with the nats domain
Request Method
Response Format
Authentication
Parameters
Parameters can be sent as url encoded params
- siteid
- programid
- code
- start
- type: datetime (A date string to be parsed by php strtotime, or a unix timestamp integer)
- required
- end
- type: datetime (A date string to be parsed by php strtotime, or a unix timestamp integer)
- optional
- optionids
- type: digit_list (Either a comma-separated string of digits, or a JSON array of digits)
- required
- max_redemptions
- unique_to_member
- type: boolean_digit
- optional