Bulk Create Custom Field Lov Entries
bulk_create_custom_field_lov_entriesBulk create custom field LOV entries in one request, returning each created entry. Use this over repeated single-create calls to handle many entries at once.
Instructions
Bulk Creates a Custom Field Lov Entries. Position is sorted descending, highest position is visually the top of the list. Prefer this over repeated single-record calls when handling many custom field LOV entries at once. custom_field_definition_id must identify an existing parent record — resolve it with the matching list tool first. 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: custom_field_definition_id, custom_field_lov_entries. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: POST /rest/v1.0/custom_field_definitions/{custom_field_definition_id}/custom_field_lov_entries/bulk_create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| custom_field_lov_entries | Yes | JSON request body field — custom_field_lov_entries | |
| custom_field_definition_id | Yes | URL path parameter — unique identifier for the Custom Field Definition. |