一个。更新收件人: PUT
{
"signers": [
{
"routingOrder": "1",
"roleName": "Signer 1",
"recipientId": "1",
"name": "John Doe",
"email": "test@gmail.com"
}
]
}
湾更新自定义标记 PUT
{
"titleTabs": [],
"textTabs": [
{
"value": "VP, Finance Test Updated 1",
"tabLabel": "ContactTitle",
"tabId": "TABID",
"recipientId": "1"
}
]
}
℃。添加自定义字段 发布
{
"textCustomFields": [
{
"value": "**0031a00000hi8rsAAA**",
"show": "true",
"required": "true",
"name": "**Contact**",
"errorDetails": null,
"configurationType": "salesforce"
}
]
}
d。发送信封(如果处于草稿状态,则更新状态发送) PUT
{
"status": "sent"
}
用户不签名,只关闭浏览器窗口。
现在,不同的用户访问DocuSign嵌入式URL作为签名者。然后进行以下API调用。
一个。更新收件人: PUT
{
"signers": [
{
"routingOrder": "1",
"roleName": "Signer 1",
"recipientId": "1",
"name": "John Doe",
"email": "test@gmail.com"
}
]
}
湾更新自定义标记 PUT
{
"titleTabs": [],
"textTabs": [
{
"value": "VP, Finance Test Updated 2",
"tabLabel": "ContactTitle",
"tabId": "TABID",
"recipientId": "1"
}
]
}
℃。添加自定义字段 发布
{
"textCustomFields": [
{
"value": "**0031a00000hixyzAAA**",
"show": "true",
"required": "true",
"name": "**Contact**",
"errorDetails": null,
"configurationType": "salesforce"
}
]
}
此用户更新文档中存在的合并字段,该字段与Salesforce联系人的标题字段和签名信封链接。 Docusign更新在2.c中更新的记录而不是最终自定义字段I.e当用户签名在4.c中更新时
当我执行休息呼叫以查看信封中的自定义字段时,它会显示在4.c中更新的记录ID
你能告诉我这会是什么问题吗?