Bulk Upsert LOV Codes
bulk_upsert_lov_codes_projectBulk upsert project naming standard LOV code mappings in one request, avoiding repeated single-record calls. Handles many LOV codes at once using company and project identifiers.
Instructions
Creates or updates project naming standard LOV code mappings in bulk. Prefer this over repeated single-record calls when handling many bulk upsert LOV codes at once. company_id and project_id default to the values set by procore_set_config when omitted. Returns the modified bulk upsert LOV code 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, project_id. Procore API (v2.0): Core > Assets. Endpoint: PUT /rest/v2.0/companies/{company_id}/projects/{project_id}/assets/settings/naming_standard/codes
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) |