Create Requested Change
create_requested_changeCreate a requested change on a Procore Schedule task to submit change reason, notes, and other details. Requires project and task IDs.
Instructions
Create a new requested change on a Task. Use this to create a new Schedule (Legacy) records in Procore. Creates a new Schedule (Legacy) records and returns the created object on success (HTTP 201). Required parameters: project_id, task_id. Procore API (v1.1): Project Management > Schedule (Legacy). Endpoint: POST /rest/v1.1/projects/{project_id}/schedule/tasks/{task_id}/requested_changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| task_id | Yes | URL path parameter — unique identifier of the task | |
| change_reason | No | JSON request body field — requested change reason | |
| other_change | No | JSON request body field — the other change for this Schedule (Legacy) operation | |
| task | No | JSON request body field — the task for this Schedule (Legacy) operation | |
| notes | No | JSON request body field — requested change notes |