Bill REST Endpoints

Financial Transactions/Bill
A bill is produced for an account and many bills are produced for an account over time. Bills charge for the services or products supplied to a customer.
Action Bill
Method: patch
Path: /rest/apis/customer/financials/bills/{billId}/lifecycle
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}
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 Routings
Method: put
Path: /rest/apis/customer/financials/bills/{billId}/routings/{sequence}