Create Contributing Condition
create_contributing_conditionCreate a new contributing condition to classify incidents in Procore. Provide company ID and condition name to add it for use in incident reporting.
Instructions
Creates a Contributing Condition 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}/contributing_conditions
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 Contributing Condition | |
| active | No | JSON request body field — flag that denotes if the Contributing Condition is available for use |