Show Tax Type
show_tax_typeRetrieve full details of a specific Tax Type record by providing its identifier and company ID. Returns a JSON object with the Tax Type information.
Instructions
Show detailed information for a specific Tax Type. Use this to fetch the full details of a specific Tax records by its identifier. Returns a JSON object describing the requested Tax records. Required parameters: id, company_id. Procore API: Construction Financials > Tax. Endpoint: GET /rest/v1.0/tax_types/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Tax resource | |
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |