For the complete documentation index, see llms.txt. This page is also available as Markdown.

/api/biller/cascade

post

Add new biller

Authorizations
api-keystringRequired
api-usernamestringRequired
Query parameters
namestringRequired
descriptionstringOptional
Responses
200

success

successbooleanOptionalExample: true
post
/api/biller/cascade
PHP (cURL)
200

success

delete

Delete cascade

Authorizations
api-keystringRequired
api-usernamestringRequired
Query parameters
cascadeidintegerRequired
Responses
200

success

successbooleanOptionalExample: true
delete
/api/biller/cascade
PHP (cURL)
200

success

patch

Edit cascade

Authorizations
api-keystringRequired
api-usernamestringRequired
Query parameters
cascadeidintegerRequired
namestringOptional
descriptionstringOptional
weightintegerOptional
cascade_typeintegerOptionalDefault: --broken--
targetstringOptional
nontargetstringOptional
Responses
200

success

successbooleanOptionalExample: true
patch
/api/biller/cascade
PHP (cURL)
200

success

Last updated

Was this helpful?