update_a_single_project
Modify project details like name, status, dates, and scheduling parameters in Procore to maintain accurate workforce planning and resource management.
Instructions
Update a Single Project. [Resource Management/Resource Planning] POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_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... | |
| project_id | Yes | Unique identifier for the project | |
| name | Yes | The name of the Project. | |
| status | Yes | Controls Project visibility and filtering. `active` - Project is currently in progress. `pending` - Project is planned but not started. `inactive` - Project is no longer active. | |
| start_date | No | Project's start date. Required if `status` is `active`. | |
| timezone | No | The timezone to use for scheduling outbound messages for the Project. If not provided, the Group timezone will be used. | |
| color | No | Hexadecimal color code for the Project. Helps with categorization and visual distinction. | |
| daily_start_time | No | Default time the Project's workday begins. Must follow `HH:MM am/pm` format. Allowed increments: 15 minutes. | |
| daily_end_time | No | Default time the Project's workday ends. Must follow `HH:MM am/pm` format. Allowed increments: 15 minutes. | |
| job_title_id | No | UUID of the Job Title for the Role. If omitted, the Person's default Job Title is used. |