NATS5 REST API Program POST payout-change
From TMM Wiki
Jump to navigationJump to search
POST /program/payout-change
Description
- Add new program payout change
Resource URL
- http://domain/api/program/payout-change
- Replace domain with the nats domain
- POST
Response Format
- JSON
- HTTP headers
Parameters
Parameters can be sent as url encoded params
- programid
- type: digit
- required
- type
- type: digit
- required
- login
- optional
- countries
- type: string_list (Either a comma-separated string of strings, or a JSON array of strings)
- optional
- sites
- type: digit_list (Either a comma-separated string of digits, or a JSON array of digits)
- optional
- tours
- type: digit_list (Either a comma-separated string of digits, or a JSON array of digits)
- optional
- options
- type: digit_list (Either a comma-separated string of digits, or a JSON array of digits)
- optional
- billers
- type: digit_list (Either a comma-separated string of digits, or a JSON array of digits)
- optional
- recur_type
- type: digit
- optional
- recur_frequency
- type: digit
- optional
- start_time
- type: datetime (A date string to be parsed by php strtotime, or a unix timestamp integer)
- optional
- end_time
- type: datetime (A date string to be parsed by php strtotime, or a unix timestamp integer)
- optional
- field_0
- type: numeric
- optional
- field_1
- type: numeric
- optional
- field_2
- type: numeric
- optional
- field_3
- type: numeric
- optional
- field_4
- type: numeric
- optional
- field_5
- type: numeric
- optional
- field_6
- type: numeric
- optional
- field_7
- type: numeric
- optional
- field_8
- type: numeric
- optional
- field_9
- type: numeric
- optional
- field_10
- type: numeric
- optional
- field_11
- type: numeric
- optional
- field_12
- type: numeric
- optional
- field_13
- type: numeric
- optional
- field_14
- type: numeric
- optional
- field_15
- type: numeric
- optional