Bulk Update Field Rules
bulk_update_field_rulesUpdate multiple field rules in one API request. Each rule is validated independently with per-item success and failure reporting, minimizing repeated single-record calls.
Instructions
Updates multiple field rules in a single request. Each item carries its own rule_id and is validated independently; the response reports successes and failures per item. Prefer this over repeated single-record calls when handling many field rules at once. company_id defaults to the value set by procore_set_config when omitted. Returns the modified field rule 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 (v2.0): Core > Assets. Endpoint: PUT /rest/v2.0/companies/{company_id}/assets/settings/field_rules
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| Accept-Language | No | JSON request body field — locale for localized response messages (for example: en, fr-FR, pseudo) |