create_tax_code
Add a new tax code to Procore's construction financial system by specifying company ID, code, description, rates, and archival status.
Instructions
Create Tax Code. [Construction Financials/Tax] POST /rest/v1.0/tax_codes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| code | Yes | 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 |