Show Tax Code
show_tax_codeObtain full details of a specific tax code using its unique identifier and company ID. The response is a JSON object describing the tax record.
Instructions
Show detailed information for a specific Tax Code. 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_codes/{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) |