create_action_plan_item
Add tasks to Procore action plans by specifying title, description, due dates, and section details for project management.
Instructions
Create Action Plan Item. [Project Management/Action Plans] POST /rest/v1.0/projects/{project_id}/action_plans/plan_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| plan_section_id | Yes | Section ID of the Action Plan Item | |
| title | Yes | Title of the Action Plan Item | |
| description | No | Description of the Action Plan Item | |
| notes | No | Notes for the Action Plan Item | |
| due_at | No | Due Date of the Action Plan Item | |
| holding_type | No | Action Plan Item holding type specifies whether the current item holds all the succeeding items in the section or the plan |