Billing Cycle Specification REST Endpoints

Account Management/Billing Cycle Specification
Creates, updates, and retrieves billing cycle specifications.
Create a Billing Cycle Specification
Method: post
Path: /billingCycleSpecification
Delete a Billing Cycle Specification
Method: delete
Path: /billingCycleSpecification/{id}
Get a Billing Cycle Specification by ID
Method: get
Path: /billingCycleSpecification/{id}
List or Find Billing Cycle Specifications
Method: get
Path: /billingCycleSpecification
Partially Update a Billing Cycle Specification
Method: patch
Path: /billingCycleSpecification/{id}