我正在尝试更新 Docusign 信封草稿的特定信封收件人的 textTabs。
为此,我使用 PUT EnvelopeRecipientTabs 端点。但我总是收到这个错误。
我打算更新特定收件人的现有文本选项卡的值。
"textTabs": [
{
"requireAll": "false",
"concealValueOnDocument": "false",
"disableAutoSize": "false",
"recipientId": "3",
"tabId": "00000000-0000-0000-0000-000000000000",
"errorDetails": {
"errorCode": "INVALID_TAB_OPERATION",
"message": "The Tab specified is not valid for the requested operation. Tab not found in envelope."
}
}
}