Move Action Plan Section
move_action_plan_sectionMove an action plan section to a new position within the plan. Specify the section to move and optionally the following section ID.
Instructions
Moves the Action Plan Section. Use this to perform the move action action on Action Plans. Creates a new Action Plans and returns the created object on success (HTTP 201). Required parameters: project_id, id. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_sections/{id}/move
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — action Plan Section ID | |
| next_section_id | No | Query string parameter — 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. |