View Source ActiveCampaign.Deal.FieldValue (active_campaign v0.3.0)

Documentation for ActiveCampaign.Deal.FieldValue.

Link to this section Summary

Functions

Bulk create a custom deal field value

Bulk update a custom field value

Create a custom field value

Delete a custom field value

Retrieve a custom field value

List all custom field values

Update a custom field value

Link to this section Functions

@spec bulk_create([map()]) :: {:ok, map()} | {:error, any()}

Bulk create a custom deal field value

@spec bulk_update([map()]) :: {:ok, map()} | {:error, any()}

Bulk update a custom field value

@spec create(map()) :: {:ok, map()} | {:error, any()}

Create a custom field value

@spec delete(integer()) :: {:ok, map()} | {:error, any()}

Delete a custom field value

@spec get(integer()) :: {:ok, map()} | {:error, any()}

Retrieve a custom field value

Link to this function

list(query_params \\ %{})

View Source
@spec list(map()) :: {:ok, map()} | {:error, any()}

List all custom field values

@spec update(integer(), map()) :: {:ok, map()} | {:error, any()}

Update a custom field value