DocuSignClient.UpdateEnvelopePrefillTabsAsync 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 envelope prefill tabs
public virtual System.Threading.Tasks.Task UpdateEnvelopePrefillTabsAsync(string account, string envelope, string documentId, System.Collections.Generic.List<System.Text.Json.JsonElement?> input, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateEnvelopePrefillTabsAsync : string * string * string * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.UpdateEnvelopePrefillTabsAsync : string * string * string * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function UpdateEnvelopePrefillTabsAsync (account As String, envelope As String, documentId As String, input As List(Of Nullable(Of JsonElement)), Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- account
- String
Account
- envelope
- String
Envelope
- documentId
- String
Document id
- input
- List<Nullable<JsonElement>>
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Remarks
Update values for a list of prefill tabs