DocuSign.Api.EnvelopeRecipientTabs.recipients_put_recipient_tabs
You're seeing just the function
recipients_put_recipient_tabs
, go back to DocuSign.Api.EnvelopeRecipientTabs module for more information.
Link to this function
recipients_put_recipient_tabs(connection, account_id, envelope_id, recipient_id, opts \\ [])
View SourceSpecs
recipients_put_recipient_tabs( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.EnvelopeRecipientTabs.t()} | {:error, Tesla.Env.t()}
Updates the tabs for a recipient.
Updates one or more tabs for a recipient in a draft envelope. Note: The Update method can be used if the envelope is not yet complete. To update an existing tab, the request body must include the `tabId`.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- envelope_id (String.t): The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec
- recipient_id (String.t): The `recipientId` used when the envelope or template was created.
- opts (KeywordList): [optional] Optional parameters
- :envelope_recipient_tabs (EnvelopeRecipientTabs):
Returns
} on success {:error, info} on failure