move_action_plan_section
Reposition an action plan section within a Procore project to reorganize project workflows and maintain logical sequence.
Instructions
Move Action Plan Section. [Project Management/Action Plans] POST /rest/v1.0/projects/{project_id}/action_plans/plan_sections/{id}/move
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Action Plan Section ID | |
| next_section_id | No | ID of the Action Plan Section that will follow the newly moved Section. When moving an Action Plan Section to the last position of the Action Plan, do not provide this parameter. |