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.
Note: All REST services that are in the Integration Suite Web Service Categories require the related Integration Suite add-on product option to use.
- Action Bill
- Method: patchPath:
https://server:port/spl/rest/apis/customer/financials/bills/{billId}/action - Create Bill
- Method: postPath:
https://server:port/spl/rest/apis/customer/financials/bills/ - Delete Bill
- Method: deletePath:
https://server:port/spl/rest/apis/customer/financials/bills/{billId} - Get Bill
- Method: getPath:
https://server:port/spl/rest/apis/customer/financials/bills/{billId} - Update Bill
- Method: putPath:
https://server:port/spl/rest/apis/customer/financials/bills/{billId}