Create A Response
create_a_responseCreate a new inspection response in Procore. Required fields: company ID, response name, and corresponding status.
Instructions
Creates a Response 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, corresponding_status. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/companies/{company_id}/checklist/responses
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 | |
| corresponding_status | Yes | JSON request body field — item Status that the Response corresponds to |