The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Document::eSign::Docusign::changeEnvelopeStatus - Changes an envelope status.

VERSION

Version 0.02

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.