create_a_job_title
Add a new job title to Procore workforce planning with details like name, type, rate, and group accessibility for resource management.
Instructions
Create a Job Title. [Resource Management/Resource Planning] POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/job-titles
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... | |
| name | Yes | The name of the Job Title. | |
| group_ids | Yes | Array of UUIDs for which Groups this Job Title should be available to. If `globally_accessible` is set to `true`, this value can be an empty array. | |
| globally_accessible | Yes | Controls whether the Job Title should be globally available to all current and future Groups. | |
| color | No | Hexadecimal color code for the Job Title. Helps with categorization and visual distinction. | |
| type | No | Indicates whether the Job Title is salaried or hourly. | |
| hourly_rate | No | The rate value that will be factored into cost calculations for any person who has this job title applied and doesn't already have a standalone hourly wage value. This is also handy for costing man... |