Untitled
unknown
php
8 months ago
1.3 kB
4
Indexable
Never
$templateId = '5446d1ec-fc58-49de-a2ec-f6f998b13a18'; $submitters = [ [ "email" => 'aqi64u@gmail.com', "name" => 'Aqib Pandit', "roleName" => "signer", 'tabs' => [ 'textTabs' => [ [ "tabLabel" => "monthDay", "value" => "34", ], [ 'tabLabel' => 'cf1', 'value' => 'Hello world', ] ], ], ], [ "email" => 'akib4u@hotmail.com', "name" => 'akib', "roleName" => "cc", 'clientUserId' => null, 'tabs' => [ 'textTabs' => [ [ "tabLabel" => "monthDay", "value" => "77", ], [ 'tabLabel' => 'cf1', 'value' => 'Hello world 2', ], ], ], ], ]; $result = $this->docusignDriver->submit($submitters, $templateId)->toJson();
Leave a Comment