Move Action Plan Item Within Or Across Sections
move_action_plan_item_within_or_across_sectionsMove an Action Plan Item to a different section or reorder it within the same section. Specify the target section and optional next item ID for correct positioning.
Instructions
Move Action Plan Item within or across Action Plan Sections. 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, plan_section_id. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_items/{id}/move
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Action Plans resource | |
| next_plan_item_id | No | Query string parameter — iD of the Action Plan Item that will follow the newly moved Item. When moving an Item to the last position of the Section, do not provide this parameter. | |
| plan_section_id | Yes | Query string parameter — iD of the Action Plan Section the Item will move within or to |