DocuSignClient.UpdateRecipientTabsValuesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update recipient tab values on an envelope
public virtual System.Threading.Tasks.Task UpdateRecipientTabsValuesAsync(string account, string envelope, string recipient, System.Collections.Generic.List<System.Text.Json.JsonElement?> input, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateRecipientTabsValuesAsync : string * string * string * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.UpdateRecipientTabsValuesAsync : string * string * string * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function UpdateRecipientTabsValuesAsync (account As String, envelope As String, recipient As String, input As List(Of Nullable(Of JsonElement)), Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- account
- String
Account
- envelope
- String
Envelope
- recipient
- String
Recipient
- input
- List<Nullable<JsonElement>>
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Remarks
Update recipient tab values on an envelope