Create Action Plan Template Approver
create_action_plan_template_approverAssign an approver to a project action plan template. Designate a party as the plan approver by providing project, template, and party IDs. Returns the created record.
Instructions
Creates an Action Plan Template Approver for a given Project Action Plan Template. Pass the record's fields as top-level arguments — they are nested under "plan_template_approver" in the request payload for you. project_id defaults to the value set by procore_set_config when omitted. Creates the action plan template approver and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |
|---|---|---|---|
| party_id | Yes | JSON request body field — iD of the Party to be designated as the Plan Approver | |
| 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 |