DocuSign.Api.Envelopes.envelopes_put_status
You're seeing just the function
envelopes_put_status
, go back to DocuSign.Api.Envelopes module for more information.
Specs
envelopes_put_status(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.EnvelopesInformation.t()} | {:error, Tesla.Env.t()}
Gets the envelope status for the specified envelopes. Retrieves the envelope status for the specified envelopes.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- opts (KeywordList): [optional] Optional parameters
- :email (String.t): Reserved for DocuSign.
- :from_date (String.t): The date/time setting that specifies when the request begins checking for status changes for envelopes in the account. This is required unless parameters `envelopeIds` and/or `transactionIds` are set.
- :start_position (String.t): Reserved for DocuSign.
- :to_date (String.t): Optional date/time setting that specifies the last date/time or envelope status changes in the result set. Default: "now", the time that you call the method.
- :envelope_ids_request (EnvelopeIdsRequest):
Returns
} on success {:error, info} on failure