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

NAME

Document::eSign::Docusign::getEnvelopeRecipients - This retrieves information about the recipients of an envelope.

VERSION

Version 0.04

functions

getEnvelopeRecipients($parent, $vars)

Basic Example: my $response = $ds->getEnvelopeRecipients( { accountId => $ds->accountid, envelopeId => '1883aef4-82fe-4c36-a9ec-13dd63520df9', # Found in getListOfEnvelopesInFolders } );

    print "Got envelopeId: " . $response->{envelopeId} . "\n";