Create Company Action Plan Template Item Assignee
create_company_action_plan_template_item_assigneeAssign a role to a company action plan template item. Provide company ID, template item ID, and role to create the assignee.
Instructions
Create Company Action Plan Template Item Assignee. 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: company_id, plan_template_item_id, role. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/companies/{company_id}/action_plans/plan_template_item_assignees
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| plan_template_item_id | Yes | JSON request body field — company Action Plan Template Item ID of the Company Action Plan Template Item Assignee to be set | |
| is_holding | No | JSON request body field — indicates whether or not the Assignee's signature is holding | |
| role | Yes | JSON request body field — role of the Company Action Plan Template Item Assignee to be set | |
| verification_method_id | No | JSON request body field — verification Method ID of the Company Action Plan Template Item Assignee to be set |