DocuSignClient.AddVerificationToRecipientAsync 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.
Add verification type to a recipient
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.AddVerificationToRecipientResponse> AddVerificationToRecipientAsync(string account, string envelope, Azure.Connectors.Sdk.DocuSign.Models.AdditionalRecipientData input, string recipientId, string recipientType, string verificationType, System.Threading.CancellationToken cancellationToken = default);
abstract member AddVerificationToRecipientAsync : string * string * Azure.Connectors.Sdk.DocuSign.Models.AdditionalRecipientData * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.AddVerificationToRecipientResponse>
override this.AddVerificationToRecipientAsync : string * string * Azure.Connectors.Sdk.DocuSign.Models.AdditionalRecipientData * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.AddVerificationToRecipientResponse>
Public Overridable Function AddVerificationToRecipientAsync (account As String, envelope As String, input As AdditionalRecipientData, recipientId As String, recipientType As String, verificationType As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AddVerificationToRecipientResponse)
Parameters
- account
- String
Account
- envelope
- String
Envelope
- input
- AdditionalRecipientData
The request body.
- recipientId
- String
Recipient id
- recipientType
- String
Recipient type
- verificationType
- String
Verification Type
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Add verification type to a recipient response.
Remarks
Add verification type to a recipient.