Procore.Api.CoreConfigurationsCustomFieldLovEntries (procore_sdk v0.3.0)

API calls for all endpoints tagged CoreConfigurationsCustomFieldLovEntries.

Summary

Functions

Bulk Create Custom Field Lov Entries Bulk Creates a Custom Field Lov Entries. Position is sorted descending, highest position is visually the top of the list.

Functions

Link to this function

rest_v10_custom_field_definitions_custom_field_definition_id_custom_field_lov_entries_bulk_create_post(connection, procore_company_id, custom_field_definition_id, opts \\ [])

@spec rest_v10_custom_field_definitions_custom_field_definition_id_custom_field_lov_entries_bulk_create_post(
  Tesla.Env.client(),
  integer(),
  integer(),
  keyword()
) ::
  {:ok,
   Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()}
  | {:ok, [Procore.Model.CustomFieldLovEntry.t()]}
  | {:ok, Procore.Model.ErrorsResponse.t()}
  | {:error, Tesla.Env.t()}

Bulk Create Custom Field Lov Entries Bulk Creates a Custom Field Lov Entries. Position is sorted descending, highest position is visually the top of the list.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • custom_field_definition_id (integer()): Unique identifier for the Custom Field Definition.
  • opts (keyword): Optional parameters
    • :body (RestV10CustomFieldDefinitionsCustomFieldDefinitionIdCustomFieldLovEntriesBulkCreatePostRequest):

Returns

  • {:ok, [%CustomFieldLovEntry{}, ...]} on success
  • {:error, Tesla.Env.t} on failure