Create Company Action Plan Template Reference
create_company_action_plan_template_referenceCreate a reference linking a plan template item to an action plan in Procore by providing the company, template item ID, type, and payload.
Instructions
Create Company Action Plan Template Reference. 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, type, payload. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/companies/{company_id}/action_plans/plan_template_references
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 — iD of the associated Template Item | |
| type | Yes | JSON request body field — company Action Plan Template Reference Type | |
| payload | Yes | JSON request body field — to upload an attachment you must upload the entire payload as `multipart/form-data` content-type |