Create Observation Item
create_observation_itemCreate a new observation item in Procore by providing project ID and observation details. Returns the created object on success.
Instructions
Create Observation Item. Use this to create a new Observations in Procore. Creates a new Observations and returns the created object on success (HTTP 201). Required parameters: project_id, observation. Procore API: Project Management > Observations. Endpoint: POST /rest/v1.0/observations/items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_configurable_validations | No | Query string parameter — 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 | JSON request body field — the ID of the Project the Observation Item belongs to | |
| inspection_item_failed | No | JSON request body field — 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 | JSON request body field — item object | |
| attachments | No | JSON request body field — [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 ... |