NAME
Document::eSign::Docusign::changeEnvelopeStatus - Changes an envelope status.
VERSION
Version 0.01
functions
changeEnvelopeStatus($hashref)
Basic Example: my $response = $ds->changeEnvelopeStatus( { accountId => $ds->accountid, envelopeId => 'envelopeId', status => 'sent' # or voided } );
For more complicated examples, refer to Docusign's API Documentation.