Creates Requested Change
creates_requested_changeCreates a requested change for a Schedule (Legacy) task using project and task identifiers.
Instructions
Creates a requested changes for a Task. Use this to perform the creates requested action on Schedule (Legacy) records. Creates a new Schedule (Legacy) records and returns the created object on success (HTTP 201). Required parameters: project_id, task_id. Procore API: Project Management > Schedule (Legacy). Endpoint: POST /rest/v1.0/requested_changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| task_id | Yes | Query string parameter — the task for which requested changes will be added to. | |
| 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 |