NAME
Document::eSign::Docusign::getEnvelopeRecipients - This retrieves information about the recipients of an envelope.
VERSION
Version 0.04
functions
getEnvelopeRecipients($parent, $vars)
my $response = $ds->getEnvelopeRecipients(
{
accountId => $ds->accountid,
envelopeId => '1883aef4-82fe-4c36-a9ec-13dd63520df9', # Found in getListOfEnvelopesInFolders
}
);
print "Got envelopeId: " . $response->{envelopeId} . "\n";