Create Item Response Set
create_item_response_setCreate a Company Checklist Item Response Set to define response options for inspections. Requires company ID and name.
Instructions
Creates a Company Checklist Item Response Set for a specified Company. 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, name. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/companies/{company_id}/checklist/item/response_sets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | Yes | JSON request body field — name of the Response Set | |
| active | No | JSON request body field — indicates whether a Response Set is available for use | |
| memberships_attributes | No | JSON request body field — array of Response Set Memberships (Responses) |