TextRequestClient.BulkUpdateContactsAsync Method

Definition

Bulk update contacts

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<System.Text.Json.JsonElement?>> BulkUpdateContactsAsync(int idOfTheDashboardToMakeThisCallOn, System.Collections.Generic.List<System.Text.Json.JsonElement?> input, System.Threading.CancellationToken cancellationToken = default);
abstract member BulkUpdateContactsAsync : int * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>>>
override this.BulkUpdateContactsAsync : int * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>>>
Public Overridable Function BulkUpdateContactsAsync (idOfTheDashboardToMakeThisCallOn As Integer, input As List(Of Nullable(Of JsonElement)), Optional cancellationToken As CancellationToken = Nothing) As Task(Of List(Of Nullable(Of JsonElement)))

Parameters

idOfTheDashboardToMakeThisCallOn
Int32

Id of the dashboard to make this call on

input
List<Nullable<JsonElement>>

The request body.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Bulk update contacts response.

Remarks

Only the dashboard specified will have contacts added; contacts are organized by dashboard, and there is no account level search for a number available.

Applies to