Update Tax Code
update_tax_codeUpdate an existing tax code's attributes in Procore. Modify fields such as code, description, rate, or archive status by providing the ID and company ID.
Instructions
Update a Tax Code's attributes. Use this to update an existing Tax records (only the supplied fields are changed). Updates the specified Tax records and returns the modified object on success. Required parameters: id, company_id. Procore API: Construction Financials > Tax. Endpoint: PATCH /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. | |
| code | No | JSON request body field — the Tax Code | |
| description | No | JSON request body field — the Description of the Tax Code | |
| origin_data | No | JSON request body field — additional Third-party Metadata for the Tax Code. Note: This is a free-form text field. | |
| origin_id | No | JSON request body field — the Third-party ID of the Tax Code | |
| rate1 | No | JSON request body field — rate to apply for first Tax Type | |
| archived | No | JSON request body field — set to true if this tax code has been archived | |
| default_tax_code | No | JSON request body field — set to true if this tax code is default tax code |