Add An Existing Response To An Item Response Set
add_an_existing_response_to_an_item_response_setAdd an existing response to a checklist item response set. Update inspection responses by specifying company, response set, and response ID.
Instructions
Adds an existing Response to the specified Item Response Set. 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, response_set_id, id. Procore API: Project Management > Inspections. Endpoint: PATCH /rest/v1.0/companies/{company_id}/checklist/item/response_sets/{response_set_id}/responses/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| response_set_id | Yes | URL path parameter — checklist Item Response Set ID | |
| id | Yes | URL path parameter — the ID of the Response |