Billing Cycle Specification REST Endpoints
Account Management/Billing Cycle Specification
Creates, updates, and retrieves billing cycle specifications.
- Create a Billing Cycle Specification
- Method: postPath:
/billingCycleSpecification - Delete a Billing Cycle Specification
- Method: deletePath:
/billingCycleSpecification/{id} - Get a Billing Cycle Specification by ID
- Method: getPath:
/billingCycleSpecification/{id} - List or Find Billing Cycle Specifications
- Method: getPath:
/billingCycleSpecification - Partially Update a Billing Cycle Specification
- Method: patchPath:
/billingCycleSpecification/{id}