2016-10-28 59 views
0

我试图更新使用用于将正在进行的信封的PUT方法的过期日期的截止日期,但接收到的响应为NULL如何更新在的DocuSign信封

<envelope xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.docusign.com/restapi"> 
        <notification> 
          <expirations> 
             <expireEnabled>true</expireEnabled><expireAfter>360</expireAfter><expireWarn>20</expireWarn> 
          </expirations> 
        </notification> 
       </envelope> 

输出:

+0

您的具体用途是什么,您是否在创建信封时设置了错误的过期时间?我不确定你可以通过API更新它。 – Ergin

回答

0

我不相信你可以通过API更新到期日期。这是配置一次和发送时间。

相关问题