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