NATS5 REST API Payment POST payout-period
From TMM Wiki
Jump to navigationJump to search
POST /payment/payout-period
Description
- Add new payout period
Resource URL
- http://domain/api/payment/payout-period
- Replace domain with the nats domain
- POST
Response Format
- JSON
- HTTP headers
Parameters
Parameters can be sent as url encoded params
- description
- type: string
- required
- configuration_type
- type: string
- required
- configuration_days
- type: digit_list (Either a comma-separated string of digits, or a JSON array of digits)
- required
- projection_type
- type: string
- required
- projection_days
- type: digit_list (Either a comma-separated string of digits, or a JSON array of digits)
- optional
- projection_padding
- type: digit
- optional
- delay
- type: digit
- optional
- positive_pay_delay
- type: digit
- optional
- negative_pay_delay
- type: digit
- optional
- enabled
- type: boolean_digit
- optional