create_observation_item
Create observation items in Procore projects to document field conditions, safety issues, or quality concerns for construction management.
Instructions
Create Observation Item. [Project Management/Observations] POST /rest/v1.0/observations/items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_configurable_validations | No | Whether or not Configurable validations from the Observation Items Category Configurable Field Set should be run (default: false). See (https://developers.procore.com/reference/observations#list-ob... | |
| project_id | Yes | The ID of the Project the Observation Item belongs to | |
| inspection_item_failed | No | 1 denotes that this Observation Item is being created from a failed Checklist Item. This will update the status of the Checklist Item to 'no' (fail). `observation[checklist_item_id]` must be provid... | |
| observation | Yes | Item object | |
| attachments | No | [DEPRECATED] An array of the Attachments of the Observation Item. Please use upload_ids instead. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and ... |