Move Company Action Plan Template Into "Published"
move_company_action_plan_template_into_publishedPublish a company action plan template, setting its status to 'Published' and preventing further updates. Required parameters: company ID and template ID.
Instructions
Move Company Action Plan Template into "Published". This will set the status of the Company Action Plan Templates to "Published". Once in this state, further updates to the Company Action Plan Template will be denied. Use this to perform the move company action on Action Plans. Creates a new Action Plans and returns the created object on success (HTTP 201). Required parameters: company_id, id. Procore API (v1.1): Project Management > Action Plans. Endpoint: POST /rest/v1.1/companies/{company_id}/action_plans/plan_templates/{id}/publish
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — company Action Plan Template ID |