create_a_new_classification
Add new work classifications to Procore projects to organize and categorize construction activities for better project management.
Instructions
Create a new classification. [Company Admin/Company Settings] POST /rest/v1.0/projects/{project_id}/work_classifications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| name | No | Name of the classification | |
| abbreviation | No | The shortened form of classification | |
| is_active | No | Is the classification active or not |