Bulk Create Custom Field Lov Entries
bulk_create_custom_field_lov_entriesBulk create custom field list of values entries by specifying a definition ID and an array of entries. Handles partial failures, returning created collection.
Instructions
Bulk Creates a Custom Field Lov Entries. Position is sorted descending, highest position is visually the top of the list. Use this to create many Custom - Configurable Tools records in a single request. Creates many Custom - Configurable Tools records in one request and returns the created collection (HTTP 201). Partial failures may occur — check each item's status. 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_definition_id | Yes | URL path parameter — unique identifier for the Custom Field Definition. | |
| custom_field_lov_entries | Yes | JSON request body field — custom_field_lov_entries |