NATS5 REST API Biller POST cascade-step
From TMM Wiki
Jump to navigationJump to search
POST /biller/cascade-step
Description
- Add new cascade step
Resource URL
- http://domain/api/biller/cascade-step
- Replace domain with the nats domain
- POST
Response Format
- JSON
- HTTP headers
Parameters
Parameters can be sent as url encoded params
- cascadeid
- type: digit
- required
- step_type
- type: string
- required
- billerid
- type: digit
- optional
- special
- type: string
- optional
- type
- type: string
- optional
- target
- type: string_list (Either a comma-separated string of strings, or a JSON array of strings)
- optional
- nontarget
- type: string_list (Either a comma-separated string of strings, or a JSON array of strings)
- optional
- prepend
- type: boolean_digit
- optional