Update Company Inspection Template Item
update_company_inspection_template_itemUpdate a company inspection template item by providing company ID, template ID, and item ID. Only supplied fields are changed and the modified object is returned.
Instructions
Updates a Company Inspection Template Item for a specified Company. Use this to update an existing Inspections (only the supplied fields are changed). Updates the specified Inspections and returns the modified object on success. Required parameters: company_id, inspection_template_id, id. Procore API: Project Management > Inspections. Endpoint: PATCH /rest/v1.0/companies/{company_id}/inspection_templates/{inspection_template_id}/items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| inspection_template_id | Yes | URL path parameter — the ID of the Company Inspection Template | |
| id | Yes | URL path parameter — company Inspection Template Item ID | |
| name | No | JSON request body field — the name for this Inspections operation | |
| response_set_id | No | JSON request body field — unique identifier of the response set | |
| type | No | JSON request body field — item type |