Update Classification
update_classificationUpdate an existing work classification's name or abbreviation in Procore company settings.
Instructions
Update Classification. Use this to update an existing Company Settings (only the supplied fields are changed). Updates the specified Company Settings and returns the modified object on success. Required parameters: company_id, id. Procore API: Company Admin > Company Settings. Endpoint: PATCH /rest/v1.0/companies/{company_id}/work_classifications/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — id of the Classification | |
| name | No | JSON request body field — name of the classification | |
| abbreviation | No | JSON request body field — the shortened form of classification |