update_checklist_inspection
Modify inspection checklist details in Procore projects to update status, dates, contacts, and specifications for quality control.
Instructions
Update Checklist (Inspection). [Project Management/Inspections] PATCH /rest/v1.0/projects/{project_id}/checklist/lists/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Checklist ID | |
| project_id | Yes | Unique identifier for the project. | |
| run_configurable_validations | No | If true, validations are run for the corresponding Configurable Field Set. | |
| name | No | The Name of the Inspection | |
| description | No | Description of the Inspection | |
| due_at | No | Timestamp indicating when the Inspection is due. | |
| inspection_date | No | Date of the Inspection | |
| inspection_type_id | No | The ID of the Inspection's Type | |
| number | No | The Number of the Checklist. If no number is passed in, the next available number will be used. | |
| point_of_contact_id | No | The ID of the Inspection's Point of Contact | |
| inspector_ids | No | The IDs of the Inspectors performing the Inspection | |
| private | No | Indicates whether this Inspection is private | |
| responsible_contractor_id | No | The ID of the Inspection's Responsible Contractor | |
| spec_section_id | No | The ID of the Inspection's Specification Section | |
| status | No | The Inspection's status | |
| trade_id | No | The ID of the Trade involved in the Inspection | |
| distribution_member_ids | No | The IDs of the Distribution Members for the Inspection | |
| location_id | No | The ID of the Location of the Inspection | |
| custom_field_%{custom_field_definition_id} | No | Value of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ... |