Bill REST Endpoints
Financial Transactions/Bill
Bills are produced for an account, with many bills produced for an account over time. Bills typically contain charges as bill segments for each of the services or products supplied to a customer.
- Bill Summary
- Method: getPath:
/rest/apis/customer/financials/bills/{billId}/summary
- Create Bill
- Method: postPath:
/rest/apis/customer/financials/bills/
- Create Bill Routings
- Method: postPath:
/rest/apis/customer/financials/bills/{billId}/routings
- Delete Bill
- Method: deletePath:
/rest/apis/customer/financials/bills/{billId}
- Delete Bill Routings
- Method: deletePath:
/rest/apis/customer/financials/bills/{billId}/routings/{sequence}
- Get Bill
- Method: getPath:
/rest/apis/customer/financials/bills/{billId}
- Get Bill Routings
- Method: getPath:
/rest/apis/customer/financials/bills/{billId}/routings/{sequence}
- Search Bills
- Method: postPath:
/rest/apis/customer/financials/bills/search
- Update Bill Lifecycle Action
- Method: patchPath:
/rest/apis/customer/financials/bills/{billId}/lifecycle
- Update Bill Routings
- Method: patchPath:
/rest/apis/customer/financials/bills/{billId}/routings/{sequence}