Billing Account REST Endpoints
Account Management/Billing Account
Creates, updates, and retrieves billing accounts.
- Create a Billing Account
- Method: postPath:
/billingAccount - Delete a Billing Account
- Method: deletePath:
/billingAccount/{id} - Get a Billing Account by ID
- Method: getPath:
/billingAccount/{id} - List or Find Billing Accounts
- Method: getPath:
/billingAccount - Partially Update a Billing Account
- Method: patchPath:
/billingAccount/{id}