Bulk Create Field Rules (Project Scope)
bulk_create_field_rules_project_scopeBulk create multiple project-scoped field rules in one request. Each rule is validated independently and failures are reported per item, saving time compared to repeated single calls.
Instructions
Creates multiple project-scoped field rules in a single request. Each item 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 and project_id default to the values set by procore_set_config when omitted. Processes every supplied record in one request and returns the resulting collection; individual entries can fail independently, so check each one. 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, project_id. Procore API (v2.0): Core > Assets. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/assets/settings/field_rules
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| Accept-Language | No | JSON request body field — locale for localized response messages (for example: en, fr-FR, pseudo) |