List Tax Types
list_tax_typesList all tax types (VAT, GST, etc.) for a company, with pagination. Use to find tax IDs and filter results.
Instructions
Return a list of all Tax Types for a given Company A Tax Type represents a "value added tax" or "goods and services tax" which needs to be accounted for on a commitment or an invoice generated by Procore. In many places there will just be a single tax to deal with, for example in Australia it will be GST, in the UK it will be VAT. Other countries may require that multiple taxes are displayed, for example in Canada an invoice may be required to include both GST and PST. Procore currently onl... 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_types
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 — number of items per page (default: 100, max: 100) |