Deleted Draft Envelopes have inaccurate status

自作多情 提交于 2019-12-12 04:33:11

问题


Occasionally our application will create Draft Envelopes in DocuSign which are then deleted by an end user in the DocuSign UI without ever being sent.

When our application uses the SOAP API call RequestStatusCodes() to query created envelopes by Envelope ID we still get a status of 'Created' for the deleted envelope. This is a problem because our system maintains a lock on documents after they are upload to DocuSign until they reach a terminal state (Deleted, Voided, Completed).

Is it expected that an Envelope deleted in DocuSign while in the Draft/Created state will never have its status updated?


回答1:


DocuSign support has informed me that this is expected behavior.



来源:https://stackoverflow.com/questions/41837666/deleted-draft-envelopes-have-inaccurate-status

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