DocuSignClient.UpdateDocgenFormFieldsAsync 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 document generation form fields from envelope
public virtual System.Threading.Tasks.Task UpdateDocgenFormFieldsAsync(string account, string envelope, System.Collections.Generic.List<System.Text.Json.JsonElement?> input, string documentGUID, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateDocgenFormFieldsAsync : string * string * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.UpdateDocgenFormFieldsAsync : string * string * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function UpdateDocgenFormFieldsAsync (account As String, envelope As String, input As List(Of Nullable(Of JsonElement)), documentGUID As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- account
- String
Account
- envelope
- String
Envelope
- input
- List<Nullable<JsonElement>>
The request body.
- documentGUID
- String
Document GUID
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Remarks
Update document generation form fields from envelope