Create Classification
create_classificationCreate a new work classification for a company in Procore. Specify the company ID, name, and optional abbreviation to add a company setting.
Instructions
Create a new Classification associated with the specified company. Use this to create a new Company Settings in Procore. Creates a new Company Settings and returns the created object on success (HTTP 201). Required parameters: company_id. Procore API: Company Admin > Company Settings. Endpoint: POST /rest/v1.0/companies/{company_id}/work_classifications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | No | JSON request body field — name of the classification | |
| abbreviation | No | JSON request body field — the shortened form of classification |