create_checklist_item_response
Submit inspection responses for checklist items in Procore projects, including status updates, multiple choice selections, text, number, or date values.
Instructions
Create Checklist Item Response. [Project Management/Inspections] POST /rest/v1.0/projects/{project_id}/checklist/items/{item_id}/item_response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Checklist Item ID | |
| project_id | Yes | Unique identifier for the project. | |
| status | No | Item Status - Value for Default-Typed items. Allowed values are 'conforming', 'non_conforming', and 'not_applicable'. | |
| response_option_id | No | Response Option ID - Value for Multiple Choice Response Items | |
| text_value | No | Text Response - Value for Open Ended Text Items | |
| number_value | No | Number Response - Value for Open Ended Number Items | |
| date_value | No | Date Response - Value for Open Ended Date Items. Format should be YYYY-MM-DD |