Update Subcategory Name
update_subcategory_nameUpdates a subcategory's name in a resource planning category. Provide company, project, category, subcategory IDs and new name to rename the subcategory.
Instructions
Update a Subcategory’s name within a Category. A successful response returns the updated Subcategory UUID. Use this to perform the update subcategory action on Resource Planning records. Creates a new Resource Planning records and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, category_id, subcategory_id, name. Procore API: Resource Management > Resource Planning. Endpoint: POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_id}/categories/{category_id}/subcategories/{subcategory_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string... | |
| project_id | Yes | URL path parameter — unique identifier for the project | |
| category_id | Yes | URL path parameter — unique identifier for the Category. | |
| subcategory_id | Yes | URL path parameter — unique identifier for the Subcategory. | |
| name | Yes | JSON request body field — the new name for the Subcategory. |