Create Environmental
create_environmentalCreate a new Environmental record linked to an existing Incident in Procore. Provide project ID, incident ID, and optional details like environmental type, description, cost impact, and quantity.
Instructions
Creates an Environmental record. Use this to create a new Incidents in Procore. Creates a new Incidents and returns the created object on success (HTTP 201). Required parameters: project_id, incident_id. Procore API: Project Management > Incidents. Endpoint: POST /rest/v1.0/projects/{project_id}/incidents/environmentals
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| incident_id | Yes | JSON request body field — the ID of the Incident | |
| environmental_type_id | No | JSON request body field — the ID of the Environmental Type | |
| description | No | JSON request body field — description of event in Rich Text format | |
| estimated_cost_impact | No | JSON request body field — estimated cost impact of the record | |
| quantity_value | No | JSON request body field — numeric portion of the "quantity" field | |
| quantity_unit_of_measure | No | JSON request body field — unit of measure for the "quantity" field (19 possible values) | |
| affected_company_id | No | JSON request body field — the ID of the Affected Company | |
| managed_equipment_id | No | JSON request body field — the ID of the Managed Equipment | |
| work_activity_id | No | JSON request body field — the ID of the Work Activity | |
| custom_field_%{custom_field_definition_id} | No | JSON request body field — value of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ... |