Bills REST Endpoints

Bills
The REST web service for billing operations.
Create a Bill On Demand
Method: post
Path: /bcws/webresources/v1.0/bills/billnow/billunit/{id}
Create a Corrective Bill
Method: post
Path: /bcws/webresources/v1.0/bills/correctivebill/{id}
Get a Corrective Bill
Method: get
Path: /bcws/webresources/v1.0/bills/correctivebill/{id}
Get A/R Actions for a Bill
Method: get
Path: /bcws/webresources/v1.0/bills/{id}/ar-actions
Get All Bills for an Account
Method: get
Path: /bcws/webresources/v1.0/bills/account/{id}
Get an Invoice PDF by Bill ID
Method: get
Path: /bcws/webresources/v1.0/bills/invoice/{id}
Get Bill Details by Bill ID
Method: get
Path: /bcws/webresources/v1.0/bills/{id}
Get Bills by Bill Unit
Method: get
Path: /bcws/webresources/v1.0/bills/billunit/{id}
Transfer a Negative Balance
Method: post
Path: /bcws/webresources/v1.0/bills/{id}/balance/transfer