gpt4 book ai didi

java - Docusign API - 如何在信封 (XML) 中设置过期通知

转载 作者:行者123 更新时间:2023-12-01 10:49:30 25 4
gpt4 key购买 nike

我需要设置通过 API 从 docusign 发送的文档的到期日期。我是基于用户 xml(不是 JSON)的请求。我一直在尝试通过以下方法实现它,但尚未成功。

<notification>
<expirations>
<expireEnabled>true</expireEnabled>
<expireAfter>1</expireAfter>
<expireWarn>0</expireWarn>
</expirations>
</notification>

最佳答案

如果您仍然看到此情况,请分享更多您在信封创建 XML 和 REST API 端点中指定的请求。我刚刚使用 REST API 和 XML 创建了一个信封。我使用了您的通知 block ,在查询信封的/notification 端点时(在通知 block 中),结果如下:

<expirations>
<expireAfter>1</expireAfter>
<expireEnabled>true</expireEnabled>
<expireWarn>0</expireWarn>
</expirations>
<reminders>
<reminderDelay>0</reminderDelay>
<reminderEnabled>false</reminderEnabled>
<reminderFrequency>0</reminderFrequency>
</reminders>

关于java - Docusign API - 如何在信封 (XML) 中设置过期通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33996802/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com