Billing Account REST Endpoints

Account Management/Billing Account
Creates, updates, and retrieves billing accounts.
Create a Billing Account
Method: post
Path: /billingAccount
Delete a Billing Account
Method: delete
Path: /billingAccount/{id}
Get a Billing Account by ID
Method: get
Path: /billingAccount/{id}
List or Find Billing Accounts
Method: get
Path: /billingAccount
Partially Update a Billing Account
Method: patch
Path: /billingAccount/{id}