Topic Started
This user has not created any forum posts.
Replies Created
Reply to: Creating package using REST API Text Tag not working
Friday, April 13, 2018 at 08:46amI'm attempting to do something similar with the REST API, but the service reports that I must define approvals. Do I need to specify a particular version?
Reply to: Creating package using REST API Text Tag not working
Friday, April 13, 2018 at 10:11am{"status":"SENT",
"documents":[{
"id":"Application",
"description":"Application.pdf",
"name":"Application.pdf",
"extract":true,
"data":{
"esl_doc_extract_type":1
}
}],
"roles":[{
"signers":[{
"name":"OWNER1",
"auth":{
"scheme":"NONE",
"challenges": []
},
"id":"OWNER1",
"language":"en",
"title":"OWNER",
"firstName":"Ken",
"lastName":"Hartness",
"email":"[email protected]",
"company":"Hartness Inc.",
"phone":"2815834432"
}],
"name":"OWNER1",
"index":1,
"id":"OWNER1",
"type":"SIGNER"
}],
"visibility":"ACCOUNT",
"notaryRoleId":null,
"settings":{
"ceremony":{
"optOutReasons":["Signing application with agent", "Mailing application"],
"maxAuthFailsAllowed":3,
"handOver":{
"title":"Signed Merchant Application",
"text":"Welcome!",
"href":"https://www.merchantfoundry.com"
},
"documentToolbarOptions":{
"downloadButton":true
},
"hideLanguageDropdown":true,
"hideCaptureText":true,
"declineButton":true,
"optOutButton":true,
"hideWatermark":false
}
},
"type":"PACKAGE",
"autocomplete":true,
"trashed":false,
"description":"MCPS Application",
"name":"MCPS Application Package",
"due":"2018-04-30T00:00:00Z",
"language":"en",
"completed":null,
"data": {
"senderVisible": false
}
}
Reply to: Creating package using REST API Text Tag not working
Friday, April 13, 2018 at 01:08pmI reduced the date to 1-point font so it is entirely on one line.
Still receiving this response:
{"messageKey":"error.validation.sendPackage.noApprovals","entity":null,"technical":null,"packageId":null,"message":"Cannot send package without approvals.","code":400,"name":"Validation Error"}
Reply to: Creating package using REST API Text Tag not working
Monday, April 16, 2018 at 08:15amcurl -H "Authorization: Basic $1" -H "Accept: application/json; esl-api-version=11.12" -X POST $2 -k -F payload=@$3 -F file=@$4 > $5
Your PDF (or mine) with the JSON I included, earlier, produces the following response:
{
"messageKey":"error.validation.sendPackage.noApprovals",
"entity":null,
"technical":null,
"packageId":null,
"message":"Cannot send package without approvals.",
"code":400,
"name":"Validation Error"
}
Reply to: Creating package using REST API Text Tag not working
Monday, April 16, 2018 at 10:17am7cc86556-171e-4ed4-b498-b9487a353423
We've never used anything other than position-specific signatures, but as the forms are updated, this is becoming impractical. If text tags must be enabled in the account, then that could be the problem. We could simply interpret the text as anchors, but text tags sounded so much easier.
Subscriptions
Topics | Replies | Freshness | Views | Users |
---|---|---|---|---|
Hi 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 d
|
19 | 8 months 3 weeks ago | 287 | ![]() |
Subscriptions Release Notes
This user is not subscribed to any release notes.