I'm automatization the process of create tabs in a document using the EnvelopeDocumentTabs: create, but, when i made the request, return an error that i couldn't find in the documentation of DocuSign, i would like to know how i can fixe this.
Request body:
{
"signHereTabs": [
{
"documentId": "1",
"pageNumber": "4",
"xPosition": "500",
"yPosition": "625"
}
]
}
Error Return:
{
"errorCode": "INVALID_TAB_OPERATION",
"message": "The Tab specified is not valid for the requested operation. Updated tabs must all be Strikethrough or SmartSection tabs if you're not specifying a valid recipient."
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…