Update Company Form Template
update_company_form_templateUpdate an existing company form template by supplying only the fields to change. Provide the company ID and form template ID to modify name, description, or upload a fillable PDF.
Instructions
Update Company Form Template. Use this to update an existing Forms (only the supplied fields are changed). Updates the specified Forms and returns the modified object on success. Required parameters: id, company_id. Procore API: Project Management > Forms. Endpoint: PATCH /rest/v1.0/companies/{company_id}/form_templates/{id}
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. | |
| name | No | JSON request body field — the Name of the Form Template | |
| description | No | JSON request body field — the Description of the Form Template | |
| fillable_pdf | No | JSON request body field — form's Fillable PDF. To upload a fillable PDF you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `fillable_pdf` as files. |