create_action_plan_section
Add a new section to an action plan in Procore projects to organize tasks and track progress for project management workflows.
Instructions
Create Action Plan Section. [Project Management/Action Plans] POST /rest/v1.0/projects/{project_id}/action_plans/plan_sections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| view | No | Specifies which view (which attributes) of the Action Plan Section is going to be present in the response. - `normal` (default): Returns standard Action Plan Section attributes - `extended`: Return... | |
| plan_id | Yes | Action Plan ID | |
| title | Yes | Title |