Docusign修改现有标签页请求-无法修改现有单选标签 [英] Docusign Modify Existing Tabs Request - Unable to Modify Existing Radio Tab

查看:72
本文介绍了Docusign修改现有标签页请求-无法修改现有单选标签的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们尝试根据Docusign之外的某些条件在创建信封时将单选按钮设置为最初选择。

We are trying to set a Radio button to be selected initially when an envelope is created based on certain conditions outside of Docusign.

使用以下URL和请求进行测试身体。
https://demo.docusign.net/restapi/v2/accounts/163051/envelopes/49c4ebeb-331d-4cf9-bce7-843be646fbd5/recipients/1/tabs

Testing using the following URL and request body. https://demo.docusign.net/restapi/v2/accounts/163051/envelopes/49c4ebeb-331d-4cf9-bce7-843be646fbd5/recipients/1/tabs

正文:

{
"accountId":"163051",
"envelopeId":"49c4ebeb-331d-4cf9-bce7-843be646fbd5",
"radioGroupTabs":[
    {"documentId":"1","groupName":"RadioGroup","radios":[
        {"pageNumber":"2","selected":"True","tabId":"04ad92ed-377b-4389-8ec0-93999385c3f6"}
    ],
    "recipientId":"1"}
],
"recipientId":"1"}

即使我们只有1个单选标签,我们也会收到以下响应:

Even though we only have 1 radio tab, we receive this response:

    {"errorCode": "INVALID_TAB_OPERATION",
"message": "The Tab specified is not valid for the requested operation. Attempt to create 'text' tab from invalid tab type."}

为什么我们得到这个回应了吗?我们已经检查并且RadioGroup,tabId,envelopeId,accountId都有效。

Why are we getting this response? We have checked and the RadioGroup, tabId, envelopeId, accountId are all valid.

推荐答案

感谢您的帖子,看起来您像ve在平台上发现了一个API错误。在测试中,我发现可以很好地修改其他标签(例如,dateSigned),但是修改现有的单选按钮标签似乎存在问题。

Thanks for your post, looks like you've identified an api bug with the platform. In testing I've found that I can modify other tabs just fine (such as dateSigned for instance) but there seems to be a problem modifying existing radio button tabs.

我已经用DocuSign记录了一个错误,但是不确定何时将其修复。希望九月发布了八月发行版。解决后将在此处发布。

I've logged a bug with DocuSign, not sure when it will be fixed though. The August release just came out so hopefully by the September release. Will post here once resolved.

这篇关于Docusign修改现有标签页请求-无法修改现有单选标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆