通过 API 更新信封时,模板中的数据或签名者未更新
The Data in the template or the signers are not getting updated when Envelope is updated through API
我尝试了以下 API 来更新信封。但除了主题或正文之外,none 的信息已更新。
PUT -- /restapi/v2.1/accounts/{accountId}/envelopes/{envelopeId}
我什至通过了 advanced_update 为真仍然没有变化。
如有任何帮助,我们将不胜感激
这很可能是因为信封已经寄出。您只能更新处于“草稿”或“已创建”状态的信封。发送后 - 信封只能使用“正确”流程更新。
我尝试了以下 API 来更新信封。但除了主题或正文之外,none 的信息已更新。
PUT -- /restapi/v2.1/accounts/{accountId}/envelopes/{envelopeId}
我什至通过了 advanced_update 为真仍然没有变化。
如有任何帮助,我们将不胜感激
这很可能是因为信封已经寄出。您只能更新处于“草稿”或“已创建”状态的信封。发送后 - 信封只能使用“正确”流程更新。