Bulk Update Contributing Behaviors
bulk_update_contributing_behaviorsUpdate the active status of multiple contributing behaviors in a single request for Procore Incidents, replacing repetitive single-record updates.
Instructions
Updates the active status of multiple contributing behaviors in a single request. Prefer this over repeated single-record calls when handling many contributing behaviors at once. Pass the record's fields as top-level arguments — they are nested under "contributing_behavior" in the request payload for you. company_id defaults to the value set by procore_set_config when omitted. Returns the modified contributing behavior on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id. Procore API: Project Management > Incidents. Endpoint: PATCH /rest/v1.0/companies/{company_id}/contributing_behaviors/bulk_update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | JSON request body field — the ids for this Incidents operation | |
| active | No | JSON request body field — flag that denotes if the Contributing Behaviors are available for use | |
| company_id | Yes | URL path parameter — unique identifier for the company. |