The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

Version 0.02

functions

changeEnvelopeStatus($hashref)

my $response = $ds->changeEnvelopeStatus(
    {
        accountId => $ds->accountid,
        envelopeId => 'envelopeId',
        status => 'sent' # or voided
    }
);

For more complicated examples, refer to Docusign's API Documentation.