Write Offs REST Endpoints

Write Offs
The REST web service for account, bill, and item write-off operations.
Create a Write-Off Reversal for an Account
Method: post
Path: /bcws/webresources/v1.0/writeoffs/reverse/account/{id}
Get Write-Off Details
Method: get
Path: /bcws/webresources/v1.0/writeoffs/{id}
Get Write-Offs for an Account
Method: get
Path: /bcws/webresources/v1.0/writeoffs/account/{id}
Write Off a Bill
Method: post
Path: /bcws/webresources/v1.0/writeoffs/bill/{id}
Write Off an Account
Method: post
Path: /bcws/webresources/v1.0/writeoffs/account/{id}
Write Off an Item
Method: post
Path: /bcws/webresources/v1.0/writeoffs/item/{id}