Create Tax Code
create_tax_codeCreates a new tax code record for a specified company in Procore. Provide company ID and tax code to add tax types and rates.
Instructions
Creates a Tax Code for a given Company. Use this to create a new Tax records in Procore. Creates a new Tax records and returns the created object on success (HTTP 201). Required parameters: company_id, code. Procore API: Construction Financials > Tax. Endpoint: POST /rest/v1.0/tax_codes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| code | Yes | 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 |