Create Tax Type
create_tax_typeAdd a tax type to a Procore company by providing company ID and tax name. Returns the created tax record.
Instructions
Creates a Tax Type on 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, name. Procore API: Construction Financials > Tax. Endpoint: POST /rest/v1.0/tax_types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| description | No | JSON request body field — the Description of the Tax Type | |
| name | Yes | 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 |