1.4 KiB
1.4 KiB
name, description
| name | description |
|---|---|
| tax-ids-routes | Handle 4 OpenAPI operation(s) under /v1/tax_ids for the tax ids route group. |
tax ids API Routes
Handle 4 OpenAPI operation(s) under /v1/tax_ids for the tax ids 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
get_tax_ids
- Operation ID:
get_tax_ids - Route:
GET /v1/tax_ids - Mode: READ
- Summary: List all tax IDs
- Parameters:
ending_beforeinqueryexpandinquerylimitinqueryownerinquerystarting_afterinquery
- Body: JSON request body accepted.
post_tax_ids
- Operation ID:
post_tax_ids - Route:
POST /v1/tax_ids - Mode: WRITE
- Summary: Create a tax ID
- Body: JSON request body accepted.
delete_tax_ids_id
- Operation ID:
delete_tax_ids_id - Route:
DELETE /v1/tax_ids/{id} - Mode: WRITE
- Summary: Delete a tax ID
- Parameters:
idinpathrequired
- Body: JSON request body accepted.
get_tax_ids_id
- Operation ID:
get_tax_ids_id - Route:
GET /v1/tax_ids/{id} - Mode: READ
- Summary: Retrieve a tax ID
- Parameters:
expandinqueryidinpathrequired
- Body: JSON request body accepted.