1.4 KiB
1.4 KiB
name, description
| name | description |
|---|---|
| billing-groups-routes | Handle 4 OpenAPI operation(s) under /billing_groups for the billing groups route group. |
billing groups API Routes
Handle 4 OpenAPI operation(s) under /billing_groups for the billing groups route group.
Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool.
Operations
billing_group_retrieve
- Operation ID:
billing_group_retrieve - Route:
GET /billing_groups/{bg_id} - Mode: READ
- Summary: Retrieve
- Parameters:
bg_idinpathrequired
billing_group_update
- Operation ID:
billing_group_update - Route:
POST /billing_groups/{bg_id} - Mode: WRITE
- Summary: Update
- Parameters:
bg_idinpathrequired
- Body: JSON request body accepted.
billing_groups_list
- Operation ID:
billing_groups_list - Route:
GET /billing_groups - Mode: READ
- Summary: List
- Parameters:
limitinqueryoffsetinqueryincludeinquerydate_createdinquerydate_modifiedinquerysort_byinquery
billing_group_create
- Operation ID:
billing_group_create - Route:
POST /billing_groups - Mode: WRITE
- Summary: Create
- Body: JSON request body accepted.