Update Tax Type
update_tax_typeUpdate a tax type's attributes in Procore, including name, description, and third-party metadata. Only supplied fields are changed.
Instructions
Update a Tax Type'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_types/{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. | |
| description | No | JSON request body field — the Description of the Tax Type | |
| name | No | JSON request body field — the Name of the Tax Type | |
| origin_data | No | JSON request body field — additional Third-party Metadata for the Tax Type. Note: This is a free-form text field. | |
| origin_id | No | JSON request body field — the Third-party ID of the Tax Type |