Create Movable signature block.
Wednesday, May 24, 2017 at 04:21amHello Team,
I am using "https://sandbox.esignlive.com/api/packages/" to create request on EsignLive.
after successful call we received email from eSignLive to sign this document we open email to sign this document.
then we have requirement from client to move our signatory box which we set using extractAnchor tag, please refer following code by which we we set this signatur box.
"extractAnchor": {
"text": "ICLM_ExtSignature:1",
"index": 0,
"width": 150,
"height": 40,
"anchorPoint": "TOPLEFT",
"characterIndex": 0,
"leftOffset": 0,
"topOffset": 0
},
My question is that how we can achieve this moveable signatory box using REST API as input Json.
Reply to: Create Movable signature block.
Wednesday, May 24, 2017 at 05:47am