update_tax_code
Modify tax codes in Procore to manage construction financials by updating rates, descriptions, archival status, or default settings.
Instructions
Update Tax Code. [Construction Financials/Tax] PATCH /rest/v1.0/tax_codes/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Tax Code ID | |
| company_id | Yes | Unique identifier for the company. | |
| code | No | The Tax Code | |
| description | No | The Description of the Tax Code | |
| origin_data | No | Additional Third-party Metadata for the Tax Code. Note: This is a free-form text field. | |
| origin_id | No | The Third-party ID of the Tax Code | |
| rate1 | No | Rate to apply for first Tax Type | |
| archived | No | Set to true if this tax code has been archived | |
| default_tax_code | No | Set to true if this tax code is default tax code |