Creating package using REST API Text Tag not working
Saturday, March 31, 2018 at 10:06amHi All,
I followed instructions provided in https://developer.esignlive.com/guides/feature-guides/text-tags-extraction/ "REST API" tab
Also "Code Share" hyperlink does not have any code sample to download.
Using postman REST API client I am able to create package in esignlive but for some reason, it does not recognize Signature Text Tag for signing so I cannot send the package for signing
Here is what I used for in Demo.docx {{esl:Signer1:capture:size(400,50)}}
Here is payload that I used from the above link. Also I have attached Demo.docx that I am using
{
"documents": [
{
"id": "Demo",
"name": "Test Document",
"extract": true,
"data": {
"esl_doc_extract_type": 1
}
}
],
"status": "DRAFT",
"type": "PACKAGE",
"roles": [
{
"id": "signer1",
"type": "SIGNER",
"signers": [
{
"email": "[email protected]",
"firstName": "John",
"lastName": "Smith",
"id": "signer1"
}
],
"name": "signer1"
}
],
"name": "Text Tags Example Package"
}
Is the correct way to create package with Placeholder using REST API
Any help will be appreciated.
Thank you
-Teh
Reply to: Creating package using REST API Text Tag not working
Monday, April 2, 2018 at 05:07amReply to: Creating package using REST API Text Tag not working
Tuesday, April 3, 2018 at 05:31amReply to: Creating package using REST API Text Tag not working
Tuesday, April 3, 2018 at 05:51amReply to: Creating package using REST API Text Tag not working
Tuesday, April 3, 2018 at 06:18amReply to: Creating package using REST API Text Tag not working
Tuesday, April 3, 2018 at 06:19amReply to: Creating package using REST API Text Tag not working
Friday, April 13, 2018 at 08:46amReply to: Creating package using REST API Text Tag not working
Friday, April 13, 2018 at 09:28amReply to: Creating package using REST API Text Tag not working
Friday, April 13, 2018 at 10:11amReply to: Creating package using REST API Text Tag not working
Friday, April 13, 2018 at 10:25amReply to: Creating package using REST API Text Tag not working
Friday, April 13, 2018 at 01:08pmReply to: Creating package using REST API Text Tag not working
Monday, April 16, 2018 at 07:51amReply to: Creating package using REST API Text Tag not working
Monday, April 16, 2018 at 07:53amReply to: Creating package using REST API Text Tag not working
Monday, April 16, 2018 at 08:15amReply to: Creating package using REST API Text Tag not working
Monday, April 16, 2018 at 09:39amReply to: Creating package using REST API Text Tag not working
Monday, April 16, 2018 at 10:17amReply to: Creating package using REST API Text Tag not working
Monday, April 16, 2018 at 10:20am