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.