Create A Response In The Specified Item Response Set
create_a_response_in_the_specified_item_response_setCreate a new response for an item response set in Procore inspections. Define the response name and its corresponding status (yes, no, n/a) to add to a checklist response set.
Instructions
Create a Response in the Specified Item Response Set. Use this to create a new Inspections in Procore. Creates a new Inspections and returns the created object on success (HTTP 201). Required parameters: company_id, response_set_id, name, corresponding_status. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/companies/{company_id}/checklist/item/response_sets/{response_set_id}/responses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| response_set_id | Yes | URL path parameter — the ID of the Response Set | |
| name | Yes | JSON request body field — name of the Response | |
| corresponding_status | Yes | JSON request body field — item Status that the Response corresponds to |