Restore Company Form Template
restore_company_form_templateRestore a deleted company form template from the Recycle Bin by providing its ID and company ID. Only fields sent are updated; omitted fields retain their current values.
Instructions
Restores the specified Form Template from Recycle Bin. Send only the fields you intend to change; omitted fields keep their current values. company_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified company form template on success. 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: id, company_id. Procore API: Project Management > Forms. Endpoint: PATCH /rest/v1.0/companies/{company_id}/recycle_bin/form_templates/{id}/restore
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — company Form Template ID | |
| company_id | Yes | URL path parameter — unique identifier for the company. |