Remove templaterole from envelope

馋奶兔 提交于 2019-12-14 03:21:42

问题


I have a template with a Signer and a CarbonCopy role. I create envelopes from the template. Sometimes I don't have a CC email to use for the CC templaterole. If I leave it blank, or if I don't provide the corresponding xml, (in both cases) I get an INVALID EMAIL ADDRESS error. The role is not set to be required, so I don't understand why this error occurs. Is there any way to remove the templaterole from the envelope to prevent this ?


回答1:


Figured this out. My resolution:

Have only the signer role in the template.

After the call to create envelope (status created), do a GET on recipients

Parse/capture/store the contents of the signers tag

Build xml for the entire recipients tag, inclusive of the contents of the signers tag and all the carbonCopy tags that you want

POST to recipients



来源:https://stackoverflow.com/questions/26661262/remove-templaterole-from-envelope

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!