DocuSign - 信封无效的原因 [英] DocuSign - getting void envelope reason

查看:51
本文介绍了DocuSign - 信封无效的原因的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何通过 API 获取信封作废的原因?信封可以通过多种方式作废,因此很高兴知道它是否因过期而作废,而不是发件人是否将其作废.这可以添加到信封状态对象中吗?

How can I get the reason an envelope was voided thru the API? The envelope could be voided in multiple ways so it would be nice to know if it was voided because it expired as opposed to if the sender voided it. Can this be added to the envelope status object?

推荐答案

当您通过 REST 获取信封状态时,voidedReason 是响应之一.

When you get status of an envelope through REST, voidedReason is one of the responses.

https://demo.docusign.net/restapi/v2/account/{accountId}/envelopes/{envelopeId}

status:"voided",
..
voidedDateTime:"2014-02-02T11:37:18.5500000Z",
voidedReason:"Envelope has expired."

当信封过期时,它会显示:信封已过期".

When an envelope has expired, it will show: "Envelope has expired."

当有人拒绝或取消信封时,它会在作废时显示他们在文本框中输入的评论.

When someone declines or cancels an envelope, it will show the comments they entered in the text box upon voiding.

除非信封处于作废状态,否则不会显示上面给出的这些响应,因此您希望您的请求仅在状态等于作废"时使用此信息

These responses given above do not show unless the envelope is in a voided status, so you'll want your request to only use this information is status is equal to 'voided'

这篇关于DocuSign - 信封无效的原因的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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