How to pass values when cloning template
Thursday, March 17, 2016 at 03:49amI'm using the
POST /packages/{packageId}/clone
API call to create package from template.
The template has some fields added and I want to fill one of them so the signer will not be able to change it.
Is it possible? And if yes, what parameters I need to pass in JSON payload to do so?
Reply to: How to pass values when cloning template
Thursday, March 17, 2016 at 06:25amhttps://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/approvals/{approvalId}/fields/
with the following JSON: You will need to retrieve the document ID and approval ID, which you can get by making a GET request to:https://sandbox.esignlive.com/api/packages/{packageId}
Reply to: How to pass values when cloning template
Thursday, March 17, 2016 at 05:24amReply to: How to pass values when cloning template
Thursday, March 17, 2016 at 05:35amReply to: How to pass values when cloning template
Thursday, March 17, 2016 at 06:34amReply to: How to pass values when cloning template
Thursday, March 17, 2016 at 06:41amReply to: How to pass values when cloning template
Thursday, March 17, 2016 at 06:45am