Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hello, I am trying to find a way to get a document id. I am currently using a GET to retrieve a template ID that I made ahead of time, and then a POST to clone this template for a new transaction.

Replies Created

Reply to: Can't find document id

0 votes
Thank you for the quick response. I'm now trying to update the document to be consent only. I am attempting to use a PUT to https://sandbox.esignlive.com/api/packages/{packageID}/documents/{documentID} with the following code: { "status": "", "description": "", "id": "{documentID}", "data": { "ese_document_texttag_extract_needed": "false" }, "approvals": [ { "role": "Signer", "firstName": "First", "lastName": "Last", "email": "[email protected]" } ], "pages": [ { "id": "", "height": 1030, "width": 796, "left": 0, "top": 0, "version": 0, "index": 0 } ], "external": null, "extract": false, "signedHash": null, "signerVerificationToken": null, "fields": [], "index": 0, "name": "{documentname}", "isConsent": true, "size": 18937 } I am receiving an error saying "error.validation.validateApproval.noRolesOnApproval". Could you advise on what I am doing incorrectly?

Subscriptions

Topics Replies Freshness Views Users
Hello, I am trying to find a way to get a document id. I am currently using a GET to retrieve a template ID that I made ahead of time, and then a POST to clone this template for a new transaction.
4 6 years 10 months ago 151
Profile picture for user harishaidary

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.