List Tax Codes
list_tax_codesRetrieve paginated list of tax codes for a company. Use to find tax code IDs and filter by query parameters.
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 d... Use this to enumerate Tax records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Tax records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id. Procore API: Construction Financials > Tax. Endpoint: GET /rest/v1.0/tax_codes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| 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 |