DocuSign.Api.ConnectEvents.connect_publish_put_connect_retry_by_envelope
You're seeing just the function
connect_publish_put_connect_retry_by_envelope
, go back to DocuSign.Api.ConnectEvents module for more information.
Link to this function
connect_publish_put_connect_retry_by_envelope(connection, account_id, envelope_id, opts \\ [])
View SourceSpecs
connect_publish_put_connect_retry_by_envelope( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.ConnectFailureResults.t()} | {:error, Tesla.Env.t()}
Republishes Connect information for the specified envelope. Republishes Connect information for the specified envelope.
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
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure