Create Contributing Behavior
create_contributing_behaviorCreates a Contributing Behavior to categorize incidents in Procore. Provide the company ID and behavior name to add a new record.
Instructions
Creates a Contributing Behavior 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_behaviors
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 Behavior | |
| active | No | JSON request body field — flag that denotes if the Contributing Behavior is available for use |