Not Able to Extract the Signature Blocks
Wednesday, July 26, 2017 at 02:21pm
Hi
I am trying to CreatePackage and upload using Rest APIs.
Below is my JSON String and attached is the PDF. This used to work in may 2017. Now the PDF file is getting flattened ignoring signature blocks.
Are there any changes post may 2017 for JSON payout for CreatePackage and Upload. Kindly take look and revert me. Thanks in advance.
{
"roles": [{
"id": "signer2",
"index": "2",
"type": "SIGNER",
"name": "signer2",
"signers": [{
"firstName": "Anurag",
"lastName": "Anurag",
"phone": "12345",
"email": "[email protected]",
"company": "Oracle",
"delivery": {
"email": true,
"provider": true,
"download": true
}
}]
}, {
"id": "signer1",
"index": "1",
"type": "SIGNER",
"name": "signer1",
"signers": [{
"firstName": "SRIKANTHSRIGIRI",
"lastName": "SRIGIRI",
"phone": "7406888787",
"email": "[email protected]",
"company": "Oracle",
"delivery": {
"email": true,
"provider": true,
"download": true
}
}]
}],
"documents": [{
"approvals": [{
"role": "signer1",
"fields": [{
"type": "SIGNATURE",
"extract": true,
"subtype": "CAPTURE",
"name": "001SIGNATURE1"
}]
}, {
"role": "signer2",
"fields": [{
"type": "SIGNATURE",
"extract": true,
"subtype": "CAPTURE",
"name": "002signature2"
}]
}, {
"role": "signer1",
"fields": [{
"type": "SIGNATURE",
"extract": true,
"subtype": "CAPTURE",
"name": "003signature3"
}]
}],
"name": "313_379_441"
}],
"name": "Package001",
"description": "Package Description ",
"type": "PACKAGE",
"emailMessage": "Default Email Notification for E-Signature",
"autoComplete": true,
"status": "SENT"
}
Regards,
Srikanth Srigiri
Reply to: Not Able to Extract the Signature Blocks
Sunday, July 30, 2017 at 09:12pmReply to: Not Able to Extract the Signature Blocks
Thursday, July 27, 2017 at 04:54amReply to: Not Able to Extract the Signature Blocks
Thursday, July 27, 2017 at 05:29am"extract": true
at the document level. Here's a working JSON payload:Reply to: Not Able to Extract the Signature Blocks
Thursday, July 27, 2017 at 05:41amReply to: Not Able to Extract the Signature Blocks
Thursday, July 27, 2017 at 05:54amReply to: Not Able to Extract the Signature Blocks
Thursday, July 27, 2017 at 06:22amReply to: Not Able to Extract the Signature Blocks
Thursday, July 27, 2017 at 06:30am"extract": true
at the document level. Here's our documentation it: http://docs.esignlive.com/content/c_integrator_s_guide/sdk/c_managing_documents/extraction.htm#PositionReply to: Not Able to Extract the Signature Blocks
Wednesday, June 27, 2018 at 03:09amReply to: Not Able to Extract the Signature Blocks
Sunday, July 1, 2018 at 09:12pmReply to: Not Able to Extract the Signature Blocks
Wednesday, July 4, 2018 at 09:06am