List Tax Codes
list_tax_codesList all Tax Codes for a company to look up tax code IDs and default values. Use this read-only tool to discover tax codes before creating line items.
Instructions
Return a list of all Tax Codes for a given Company When tax suport is enabled in Procore you can associate line items with a specific Tax Code. The Tax Code (sometimes known as a Tax Group) determines the tax rate to be applied to the line item for each Tax Type defined in Procore (Note that presently Procore only supports a single Tax Type per company). You may define as many Tax Codes as required. Through the web interface, a Procore admin user may identify one of these tax codes as the default value to be shown when creating new line items. Use this to discover tax codes or to look up the id of one before calling a tool that needs it. Returns a JSON array of tax codes; page and per_page control pagination and the response reports how many pages remain. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id. Procore API: Construction Financials > Tax. Endpoint: GET /rest/v1.0/tax_codes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — expect number of items in response. min: 1, max: 100 | |
| company_id | Yes | Query string parameter — unique identifier for the company. |