DocuSignClient.AddRecipientTabsAsync 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 tabs for a recipient on an envelope
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.AddRecipientTabsResponse> AddRecipientTabsAsync(string account, string envelope, string recipient, Azure.Connectors.Sdk.DocuSign.Models.AnchorTabSchema input, string tabType, System.Threading.CancellationToken cancellationToken = default);
abstract member AddRecipientTabsAsync : string * string * string * Azure.Connectors.Sdk.DocuSign.Models.AnchorTabSchema * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.AddRecipientTabsResponse>
override this.AddRecipientTabsAsync : string * string * string * Azure.Connectors.Sdk.DocuSign.Models.AnchorTabSchema * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.AddRecipientTabsResponse>
Public Overridable Function AddRecipientTabsAsync (account As String, envelope As String, recipient As String, input As AnchorTabSchema, tabType As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AddRecipientTabsResponse)
Parameters
- account
- String
Account
- envelope
- String
Envelope
- recipient
- String
Recipient
- input
- AnchorTabSchema
The request body.
- tabType
- String
Tab type
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Add tabs for a recipient on an envelope response.
Remarks
Add tabs for a recipient on an envelope