add_wage_override
Set custom hourly wage rates for specific job titles in Procore projects to manage workforce planning and budget allocation.
Instructions
Add Wage Override. [Resource Management/Resource Planning] POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_id}/wage-overrides
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... | |
| project_id | Yes | Unique identifier for the project | |
| job_title_id | Yes | UUID of the Job Title for which the Wage Override applies. | |
| rate | Yes | Hourly wage rate override for the specified Job Title. |