update_a_single_resource_request
Modify an existing resource request in Procore by updating details like dates, times, allocation, job title, or work scope to adjust workforce planning needs.
Instructions
Update a Single Resource Request. [Resource Management/Resource Planning] POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/resource-requests/{request_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... | |
| request_id | Yes | Unique identifier for the Resource Request. | |
| start_day | No | The first day the requested resource is needed (ISO 8601). | |
| end_day | No | The last day the requested resource is needed (ISO 8601). | |
| start_time | No | Start time of the request (HH:MM am/pm format). | |
| end_time | No | End time of the request (HH:MM am/pm format). | |
| percent_allocated | No | Allocation percentage if the request is not hour-based. | |
| job_title_id | No | Job Title UUID for this request. | |
| category_id | No | UUID of the Project Category. | |
| subcategory_id | No | UUID of the Project Subcategory. | |
| state_id | No | UUID of the Assignment State. | |
| work_scope_text | No | Scope of Work for the Resource Request. | |
| instruction_text | No | Instructions for the Resource Request. | |
| work_days | No | Object to control working days (Sunday - Saturday as 0-6 index). |