Untitled
unknown
php
2 years ago
1.3 kB
13
Indexable
$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();Editor is loading...
Leave a Comment