且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

DocuSign REST API,可以轻松地将信封从用户A转移到用户B? (即,更改信封所有者)

更新时间:2021-11-29 22:23:19

有趣的是,我看到REST API指南中记录了错误 ENVELOPE_TRANSFEREE_ALREADY_OWNS_ENVELOPE https://08d1d92f490618f41c65-8fb00e97ac499a7066a18ce9c66b019b.ssl.cf2.rackcdn.com/REST_API_Guide_v2.pdf但没有,)相关REST API操作的文档(即,使您能够转让信封所有权的文档)。

Interestingly, I see that the error ENVELOPE_TRANSFEREE_ALREADY_OWNS_ENVELOPE is documented in the REST API guide (https://08d1d92f490618f41c65-8fb00e97ac499a7066a18ce9c66b019b.ssl.cf2.rackcdn.com/REST_API_Guide_v2.pdf), but yet the guide contains no obvious documentation of a related REST API operation (i.e., one that would enable you to transfer ownership of an envelope).

使用SOAP API,您可以使用 TransferEnvelope o peration(第178页: https:// 10226ec94e53f4ca538f-0035e62a0d43a62。 cf2.rackcdn.com/soap-api-guide.pdf )将信封从一个用户转移到另一个用户。

With the SOAP API, you can use the TransferEnvelope operation (page 178: https://10226ec94e53f4ca538f-0035e62ac0d194a46695a3b225d72cc8.ssl.cf2.rackcdn.com/soap-api-guide.pdf) to transfer an envelope from one user to another.

基于以下事实: TransferEnvelope ,我怀疑REST API尚不支持Transfering Envelopes:

Based on the fact that "TransferEnvelope" is missing from this list of all SOAP API operations that are supported in the REST API, I'd suspect that Transferring Envelopes isn't (yet) supported via the REST API:

https://www.docusign .com / p / RESTAPIGuide / RESTAPIGuide.htm#Appendix / DocuSign API到REST API.htm

https://www.docusign.com/p/RESTAPIGuide/RESTAPIGuide.htm#Appendix/DocuSign API to REST API.htm