58 lines
1.4 KiB
Markdown
58 lines
1.4 KiB
Markdown
---
|
|
name: tax-ids-routes
|
|
description: 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_before` in `query`
|
|
- `expand` in `query`
|
|
- `limit` in `query`
|
|
- `owner` in `query`
|
|
- `starting_after` in `query`
|
|
- 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:
|
|
- `id` in `path` required
|
|
- 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:
|
|
- `expand` in `query`
|
|
- `id` in `path` required
|
|
- Body: JSON request body accepted.
|