Create Hazard
create_hazardRegister a new hazard incident in Procore by providing the company ID and hazard name. This action creates the hazard and returns the object on success.
Instructions
Creates a Hazard with the specified name. Use this to create a new Incidents in Procore. Creates a new Incidents and returns the created object on success (HTTP 201). Required parameters: company_id, name. Procore API: Project Management > Incidents. Endpoint: POST /rest/v1.0/companies/{company_id}/hazards
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | Yes | JSON request body field — the Name of the Hazard | |
| active | No | JSON request body field — flag that denotes if the Hazard is available for use |