Create A New Classification
create_a_new_classificationCreate a new work classification for a project in Procore. Use to define project-specific work types with name, abbreviation, and active status.
Instructions
Create a new classification associated with the specified project. 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: project_id. Procore API: Company Admin > Company Settings. Endpoint: POST /rest/v1.0/projects/{project_id}/work_classifications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| name | No | JSON request body field — name of the classification | |
| abbreviation | No | JSON request body field — the shortened form of classification | |
| is_active | No | JSON request body field — is the classification active or not |