是的,你可以通過的DocuSign REST API修改現有的收件人標籤。 API文檔介紹了叫你需要詳細做(第198頁):
Modify Recipient Tabs
網址:
/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/tabs
格式:
XML, JSON
HTTP方法:
個
PUT
參數:
tabId
(必需)
實施例要求:
PUT https://{server}/restapi/{apiVersion}/accounts/{accountId}/envelopes/{envelopeId}/
recipients/{recipientId}/tabs
X-DocuSign-Authentication:
<DocuSignCredentials><Username>{name}</Username><Password>{password}</Password><Integrato
rKey>{integrator_key}</IntegratorKey></DocuSignCredentials>
Accept: application/json
Content-Type: application/json
{
"approveTabs":[{
<Tab information removed>
}],
"titleTabs":[{
<Tab information removed>
}],
"signHereTabs":[{
<Tab information removed>
}]
}