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: get
Path: /rest/apis/customer/financials/bills/{billId}/summary
Create Bill
Method: post
Path: /rest/apis/customer/financials/bills/
Create Bill Routings
Method: post
Path: /rest/apis/customer/financials/bills/{billId}/routings
Delete Bill
Method: delete
Path: /rest/apis/customer/financials/bills/{billId}
Delete Bill Routings
Method: delete
Path: /rest/apis/customer/financials/bills/{billId}/routings/{sequence}
Get Bill
Method: get
Path: /rest/apis/customer/financials/bills/{billId}
Get Bill Routings
Method: get
Path: /rest/apis/customer/financials/bills/{billId}/routings/{sequence}
Search Bills
Method: post
Path: /rest/apis/customer/financials/bills/search
Update Bill Lifecycle Action
Method: patch
Path: /rest/apis/customer/financials/bills/{billId}/lifecycle
Update Bill Routings
Method: patch
Path: /rest/apis/customer/financials/bills/{billId}/routings/{sequence}