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::getRecipientTabs - This retrieves information about the tabs associated with a recipien

VERSION

Version 0.04

functions

getRecipientTabs($parent, $vars)

my $response = $ds->getRecipientTabs(
    {
        accountId => $ds->accountid,
        envelopeId => '1883aef4-82fe-4c36-a9ec-13dd63520df9',
        recipientId => '1',
    }
);

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