Write Off Process REST Endpoints
Credit & Collections/Write Off Process
A write-off process is a series of events (e.g., letters, collection agency referrals) meant to encourage an account to pay its delinquent debt. Linked to the write-off process are the specific service agreements that contributed to the delinquent debt.
- Create Write Off Process
- Method: postPath:
https://server:port/spl/rest/apis/customer/collections/writeoffProcesses/ - Get Write Off Process
- Method: getPath:
https://server:port/spl/rest/apis/customer/collections/writeoffProcesses/{writeOffProcessId} - Update Write Off Process
- Method: putPath:
https://server:port/spl/rest/apis/customer/collections/writeoffProcesses/{writeOffProcessId}