Create Action Plan Template Approver
create_action_plan_template_approverCreate an approver for a project action plan template by providing project, template, and party IDs.
Instructions
Creates an Action Plan Template Approver for a given Project Action Plan Template. 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_template_id, party_id. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_template_approvers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| plan_template_id | Yes | JSON request body field — iD of the Project Action Plan Template | |
| party_id | Yes | JSON request body field — iD of the Party to be designated as the Plan Approver |