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: https://server:port/spl/rest/apis/customer/financials/bills/{billId}/lifecycle
Bill Summary
Method: get
Path: https://server:port/spl/rest/apis/customer/financials/bills/{billId}/billSummary
Create Bill
Method: post
Path: https://server:port/spl/rest/apis/customer/financials/bills/
Delete Bill
Method: delete
Path: https://server:port/spl/rest/apis/customer/financials/bills/{billId}
Get Bill
Method: get
Path: https://server:port/spl/rest/apis/customer/financials/bills/{billId}
Search Bills
Method: post
Path: https://server:port/spl/rest/apis/customer/financials/bills/search