update_a_job_title
Modify job title details in Procore, including name, type, rate, color, and accessibility settings for workforce planning.
Instructions
Update a Job Title. [Resource Management/Resource Planning] POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/job-titles/{job_title_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | 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... | |
| job_title_id | Yes | Unique identifier for the Job Title. | |
| name | Yes | Name of the Job Title. | |
| globally_accessible | No | Controls whether the Job Title is globally available to all current and future Groups. | |
| color | No | Hexadecimal color code for the Job Title. Helps with categorization and visual distinction. | |
| type | Yes | Specifies the Job Title type. - `hourly` - Hourly wage-based job title. - `salaried` - Fixed salary job title. | |
| hourly_rate | No | Hourly wage rate for the Job Title. Required if type is `hourly`. |