Create Action Plan Item
create_action_plan_itemCreate a new action plan item for a Procore project's action plan section. Required parameters: project ID, section ID, and title.
Instructions
Creates an Action Plan Item for a given Action Plan Section. Use this to create a new Action Plans in Procore. Creates a new Action Plans and returns the created object on success (HTTP 201). Required parameters: project_id, plan_section_id, title. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| plan_section_id | Yes | JSON request body field — section ID of the Action Plan Item | |
| title | Yes | JSON request body field — title of the Action Plan Item | |
| description | No | JSON request body field — description of the Action Plan Item | |
| notes | No | JSON request body field — notes for the Action Plan Item | |
| due_at | No | JSON request body field — due Date of the Action Plan Item | |
| holding_type | No | JSON request body field — action Plan Item holding type specifies whether the current item holds all the succeeding items in the section or the plan |