Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/hadoop/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Docusignapi 使用带有DocuSign API的单选按钮组标记创建信封_Docusignapi - Fatal编程技术网

Docusignapi 使用带有DocuSign API的单选按钮组标记创建信封

Docusignapi 使用带有DocuSign API的单选按钮组标记创建信封,docusignapi,Docusignapi,我一直在使用docusignsoapapi调用创建信封。 对于我的一个客户机,我必须根据单选按钮组标记选择的值创建条件标记 我能够创建带有几个单选按钮标签的单选按钮组标签,但无法设置每个单选按钮标签的值。我已为每个单选按钮分配了单选按钮组名称,以便收件人只能从组中选择一个单选按钮 设置条件标记时,必须提供父标记名和值。由于我无法使用值设置单选按钮标记,因此无法使用条件标记中的值 我正在为每个单选按钮标记设置两个属性,如下所示 tab.value = "cc" tab.CustomTabRadio

我一直在使用docusignsoapapi调用创建信封。 对于我的一个客户机,我必须根据单选按钮组标记选择的值创建条件标记

我能够创建带有几个单选按钮标签的单选按钮组标签,但无法设置每个单选按钮标签的值。我已为每个单选按钮分配了单选按钮组名称,以便收件人只能从组中选择一个单选按钮

设置条件标记时,必须提供父标记名和值。由于我无法使用值设置单选按钮标记,因此无法使用条件标记中的值

我正在为每个单选按钮标记设置两个属性,如下所示

tab.value = "cc"
tab.CustomTabRadioGroupName = "paymentmethod"
除类型、位置等属性外。 是否有其他方法设置单选按钮标签值

谢谢


Minal

我创建了一个SOAP XML,其中一个无线组有两个选项Yes和No,当选择Yes时,会出现一个文本框,请告诉我它是否适用于您。这里的诀窍是CustomTabType的“单选”使您想要组合在一起的任何单选按钮的标签相同。在下面的示例中,它是Paymentmethod,是和否是Paymentmethod无线电组中的无线电选项

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.docusign.net/API/3.0">
   <soapenv:Header/>
   <soapenv:Body>
      <ns:CreateAndSendEnvelope>
         <ns:Envelope>
           <ns:AccountId>?</ns:AccountId>
            <ns:Documents>
               <ns:Document>
                <ns:ID>32093411</ns:ID>
                <ns:Name>Challenge3.docx</ns:Name>
                <ns:PDFBytes>?</ns:PDFBytes>
                <ns:FileExtension>pdf</ns:FileExtension>
            </ns:Document>
            </ns:Documents>
            <ns:Recipients>
               <ns:Recipient>
                  <ns:ID>45399085</ns:ID>
                  <ns:UserName>Test Radio Name</ns:UserName>
                  <ns:Email>abc@gmail.com</ns:Email>
                  <ns:Type>Signer</ns:Type>
                  <ns:RoutingOrder>1</ns:RoutingOrder>
               </ns:Recipient>
            </ns:Recipients>
            <ns:Tabs>
              <ns:Tab>
                <ns:DocumentID>32093411</ns:DocumentID>
                <ns:RecipientID>45399085</ns:RecipientID>
                <ns:PageNumber>1</ns:PageNumber>
                <ns:XPosition>285</ns:XPosition>
                <ns:YPosition>304</ns:YPosition>
                <ns:Type>Custom</ns:Type>
                <ns:Name>Yes</ns:Name>
                <ns:TabLabel>Paymentmethod</ns:TabLabel>
                <ns:CustomTabType>Radio</ns:CustomTabType>
                <ns:CustomTabRequired>true</ns:CustomTabRequired>
                <ns:CustomTabLocked>false</ns:CustomTabLocked>
                <ns:SharedTab>false</ns:SharedTab>
             </ns:Tab>
             <ns:Tab>
                <ns:DocumentID>32093411</ns:DocumentID>
                <ns:RecipientID>45399085</ns:RecipientID>
                <ns:PageNumber>1</ns:PageNumber>
                <ns:XPosition>285</ns:XPosition>
                <ns:YPosition>324</ns:YPosition>
                <ns:Type>Custom</ns:Type>
                <ns:Name>No</ns:Name>
                <ns:TabLabel>Paymentmethod</ns:TabLabel>
                <ns:CustomTabType>Radio</ns:CustomTabType>
                <ns:CustomTabRequired>true</ns:CustomTabRequired>
                <ns:CustomTabLocked>false</ns:CustomTabLocked>
            </ns:Tab>
            <ns:Tab>
                <ns:DocumentID>32093411</ns:DocumentID>
                <ns:RecipientID>45399085</ns:RecipientID>
                <ns:PageNumber>1</ns:PageNumber>
                <ns:XPosition>374</ns:XPosition>
                <ns:YPosition>302</ns:YPosition>
                <ns:ScaleValue>10.0</ns:ScaleValue>
                <ns:Type>Custom</ns:Type>
                <ns:TabLabel>Text 85a340b8-8159-420c-810a-76926f8c6dad</ns:TabLabel>
                <ns:CustomTabType>Text</ns:CustomTabType>
                <ns:CustomTabWidth>78</ns:CustomTabWidth>
                <ns:CustomTabHeight>11</ns:CustomTabHeight>
                <ns:CustomTabRequired>true</ns:CustomTabRequired>
                <ns:CustomTabLocked>false</ns:CustomTabLocked>
            <ns:CustomTabDisableAutoSize>false</ns:CustomTabDisableAutoSize>

        <ns:ConditionalParentLabel>Paymentmethod</ns:ConditionalParentLabel>
                <ns:ConditionalParentValue>Yes</ns:ConditionalParentValue>
                <ns:Font>LucidaConsole</ns:Font>
                <ns:Bold>false</ns:Bold>
                <ns:Italic>false</ns:Italic>
                <ns:Underline>false</ns:Underline>
                <ns:FontColor>Black</ns:FontColor>
                <ns:FontSize>Size9</ns:FontSize>
                <ns:IncludeNoteInEmail>false</ns:IncludeNoteInEmail>
                <ns:IsPaymentAmount>false</ns:IsPaymentAmount>
                <ns:RoundDecimalPlaces>0</ns:RoundDecimalPlaces>
                <ns:MaxLength>4000</ns:MaxLength>
                <ns:RequireAll>false</ns:RequireAll>
            </ns:Tab>
            <ns:Tab>
                <ns:DocumentID>32093411</ns:DocumentID>
                <ns:RecipientID>45399085</ns:RecipientID>
                <ns:PageNumber>1</ns:PageNumber>
                <ns:XPosition>376</ns:XPosition>
                <ns:YPosition>366</ns:YPosition>
                <ns:ScaleValue>1.0</ns:ScaleValue>
                <ns:Type>Custom</ns:Type>
                <ns:TabLabel>Text 5928b009-b2af-4bdb-beb5-62c803fdae0b</ns:TabLabel>
                <ns:CustomTabType>Text</ns:CustomTabType>
                <ns:CustomTabWidth>78</ns:CustomTabWidth>
                <ns:CustomTabHeight>11</ns:CustomTabHeight>
                <ns:CustomTabRequired>true</ns:CustomTabRequired>
                <ns:CustomTabLocked>false</ns:CustomTabLocked>
            <ns:CustomTabDisableAutoSize>false</ns:CustomTabDisableAutoSize>
                <ns:TemplateLocked>false</ns:TemplateLocked>
                <ns:TemplateRequired>false</ns:TemplateRequired>
            <ns:ConditionalParentLabel>Paymentmethod</ns:ConditionalParentLabel>
                <ns:ConditionalParentValue>No</ns:ConditionalParentValue>
                <ns:SharedTab>false</ns:SharedTab>
            <ns:RequireInitialOnSharedTabChange>false</ns:RequireInitialOnSharedTabChange>
                <ns:ConcealValueOnDocument>false</ns:ConcealValueOnDocument>
                <ns:Font>LucidaConsole</ns:Font>
                <ns:Bold>false</ns:Bold>
                <ns:Italic>false</ns:Italic>
                <ns:Underline>false</ns:Underline>
                <ns:FontColor>Black</ns:FontColor>
                <ns:FontSize>Size9</ns:FontSize>
                <ns:IncludeNoteInEmail>false</ns:IncludeNoteInEmail>
                <ns:IsPaymentAmount>false</ns:IsPaymentAmount>
                <ns:RoundDecimalPlaces>0</ns:RoundDecimalPlaces>
                <ns:MaxLength>4000</ns:MaxLength>
                <ns:RequireAll>false</ns:RequireAll>
             </ns:Tab>
            </ns:Tabs>
            <ns:Subject>Email Subject Radio</ns:Subject>
            <ns:EmailBlurb>Email Blurb Radio</ns:EmailBlurb>
         </ns:Envelope>
      </ns:CreateAndSendEnvelope>
   </soapenv:Body>
</soapenv:Envelope>

?
32093411
Challenge3.docx
?
pdf
45399085
测试无线电名称
abc@gmail.com
签字人
1.
32093411
45399085
1.
285
304
习俗
对
付款方式
无线电
真的
假的
假的
32093411
45399085
1.
285
324
习俗
不
付款方式
无线电
真的
假的
32093411
45399085
1.
374
302
10
习俗
文本85a340b8-8159-420c-810a-76926f8c6dad
正文
78
11
真的
假的
假的
付款方式
对
露西达康索
假的
假的
假的
黑色
尺寸9
假的
假的
0
4000
假的
32093411
45399085
1.
376
366
1
习俗
文本5928b009-b2af-4bdb-beb5-62c803fdae0b
正文
78
11
真的
假的
假的
假的
假的
付款方式
不
假的
假的
假的
露西达康索
假的
假的
假的
黑色
尺寸9
假的
假的
0
4000
假的
电子邮件主题广播
电子邮件广播

我创建了一个SOAP XML,其中一个无线组有两个选项Yes和No,当选择Yes时,会出现一个文本框,请告诉我它是否适用于您。这里的诀窍是CustomTabType的“单选”使您想要组合在一起的任何单选按钮的标签相同。在下面的示例中,它是Paymentmethod,是和否是Paymentmethod无线电组中的无线电选项

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.docusign.net/API/3.0">
   <soapenv:Header/>
   <soapenv:Body>
      <ns:CreateAndSendEnvelope>
         <ns:Envelope>
           <ns:AccountId>?</ns:AccountId>
            <ns:Documents>
               <ns:Document>
                <ns:ID>32093411</ns:ID>
                <ns:Name>Challenge3.docx</ns:Name>
                <ns:PDFBytes>?</ns:PDFBytes>
                <ns:FileExtension>pdf</ns:FileExtension>
            </ns:Document>
            </ns:Documents>
            <ns:Recipients>
               <ns:Recipient>
                  <ns:ID>45399085</ns:ID>
                  <ns:UserName>Test Radio Name</ns:UserName>
                  <ns:Email>abc@gmail.com</ns:Email>
                  <ns:Type>Signer</ns:Type>
                  <ns:RoutingOrder>1</ns:RoutingOrder>
               </ns:Recipient>
            </ns:Recipients>
            <ns:Tabs>
              <ns:Tab>
                <ns:DocumentID>32093411</ns:DocumentID>
                <ns:RecipientID>45399085</ns:RecipientID>
                <ns:PageNumber>1</ns:PageNumber>
                <ns:XPosition>285</ns:XPosition>
                <ns:YPosition>304</ns:YPosition>
                <ns:Type>Custom</ns:Type>
                <ns:Name>Yes</ns:Name>
                <ns:TabLabel>Paymentmethod</ns:TabLabel>
                <ns:CustomTabType>Radio</ns:CustomTabType>
                <ns:CustomTabRequired>true</ns:CustomTabRequired>
                <ns:CustomTabLocked>false</ns:CustomTabLocked>
                <ns:SharedTab>false</ns:SharedTab>
             </ns:Tab>
             <ns:Tab>
                <ns:DocumentID>32093411</ns:DocumentID>
                <ns:RecipientID>45399085</ns:RecipientID>
                <ns:PageNumber>1</ns:PageNumber>
                <ns:XPosition>285</ns:XPosition>
                <ns:YPosition>324</ns:YPosition>
                <ns:Type>Custom</ns:Type>
                <ns:Name>No</ns:Name>
                <ns:TabLabel>Paymentmethod</ns:TabLabel>
                <ns:CustomTabType>Radio</ns:CustomTabType>
                <ns:CustomTabRequired>true</ns:CustomTabRequired>
                <ns:CustomTabLocked>false</ns:CustomTabLocked>
            </ns:Tab>
            <ns:Tab>
                <ns:DocumentID>32093411</ns:DocumentID>
                <ns:RecipientID>45399085</ns:RecipientID>
                <ns:PageNumber>1</ns:PageNumber>
                <ns:XPosition>374</ns:XPosition>
                <ns:YPosition>302</ns:YPosition>
                <ns:ScaleValue>10.0</ns:ScaleValue>
                <ns:Type>Custom</ns:Type>
                <ns:TabLabel>Text 85a340b8-8159-420c-810a-76926f8c6dad</ns:TabLabel>
                <ns:CustomTabType>Text</ns:CustomTabType>
                <ns:CustomTabWidth>78</ns:CustomTabWidth>
                <ns:CustomTabHeight>11</ns:CustomTabHeight>
                <ns:CustomTabRequired>true</ns:CustomTabRequired>
                <ns:CustomTabLocked>false</ns:CustomTabLocked>
            <ns:CustomTabDisableAutoSize>false</ns:CustomTabDisableAutoSize>

        <ns:ConditionalParentLabel>Paymentmethod</ns:ConditionalParentLabel>
                <ns:ConditionalParentValue>Yes</ns:ConditionalParentValue>
                <ns:Font>LucidaConsole</ns:Font>
                <ns:Bold>false</ns:Bold>
                <ns:Italic>false</ns:Italic>
                <ns:Underline>false</ns:Underline>
                <ns:FontColor>Black</ns:FontColor>
                <ns:FontSize>Size9</ns:FontSize>
                <ns:IncludeNoteInEmail>false</ns:IncludeNoteInEmail>
                <ns:IsPaymentAmount>false</ns:IsPaymentAmount>
                <ns:RoundDecimalPlaces>0</ns:RoundDecimalPlaces>
                <ns:MaxLength>4000</ns:MaxLength>
                <ns:RequireAll>false</ns:RequireAll>
            </ns:Tab>
            <ns:Tab>
                <ns:DocumentID>32093411</ns:DocumentID>
                <ns:RecipientID>45399085</ns:RecipientID>
                <ns:PageNumber>1</ns:PageNumber>
                <ns:XPosition>376</ns:XPosition>
                <ns:YPosition>366</ns:YPosition>
                <ns:ScaleValue>1.0</ns:ScaleValue>
                <ns:Type>Custom</ns:Type>
                <ns:TabLabel>Text 5928b009-b2af-4bdb-beb5-62c803fdae0b</ns:TabLabel>
                <ns:CustomTabType>Text</ns:CustomTabType>
                <ns:CustomTabWidth>78</ns:CustomTabWidth>
                <ns:CustomTabHeight>11</ns:CustomTabHeight>
                <ns:CustomTabRequired>true</ns:CustomTabRequired>
                <ns:CustomTabLocked>false</ns:CustomTabLocked>
            <ns:CustomTabDisableAutoSize>false</ns:CustomTabDisableAutoSize>
                <ns:TemplateLocked>false</ns:TemplateLocked>
                <ns:TemplateRequired>false</ns:TemplateRequired>
            <ns:ConditionalParentLabel>Paymentmethod</ns:ConditionalParentLabel>
                <ns:ConditionalParentValue>No</ns:ConditionalParentValue>
                <ns:SharedTab>false</ns:SharedTab>
            <ns:RequireInitialOnSharedTabChange>false</ns:RequireInitialOnSharedTabChange>
                <ns:ConcealValueOnDocument>false</ns:ConcealValueOnDocument>
                <ns:Font>LucidaConsole</ns:Font>
                <ns:Bold>false</ns:Bold>
                <ns:Italic>false</ns:Italic>
                <ns:Underline>false</ns:Underline>
                <ns:FontColor>Black</ns:FontColor>
                <ns:FontSize>Size9</ns:FontSize>
                <ns:IncludeNoteInEmail>false</ns:IncludeNoteInEmail>
                <ns:IsPaymentAmount>false</ns:IsPaymentAmount>
                <ns:RoundDecimalPlaces>0</ns:RoundDecimalPlaces>
                <ns:MaxLength>4000</ns:MaxLength>
                <ns:RequireAll>false</ns:RequireAll>
             </ns:Tab>
            </ns:Tabs>
            <ns:Subject>Email Subject Radio</ns:Subject>
            <ns:EmailBlurb>Email Blurb Radio</ns:EmailBlurb>
         </ns:Envelope>
      </ns:CreateAndSendEnvelope>
   </soapenv:Body>
</soapenv:Envelope>

?
32093411
Challenge3.docx
?
pdf
45399085
测试无线电名称
abc@gmail.com
签字人
1.
32093411
45399085
1.
285
304
习俗
对
付款方式
无线电
真的
假的
假的
32093411
45399085
1.
285
324
习俗
不
付款方式
无线电
真的
假的
32093411
45399085
1.
374
302
10
习俗
文本85a340b8-8159-420c-810a-76926f8c6dad
正文
78
11
真的
假的
假的
付款方式
对
露西达康索
假的
假的
假的
黑色
尺寸9
假的
假的
0
4000
假的
32093411
45399085
1.
376
366