Can't find document id
Tuesday, June 13, 2017 at 12:02pmHello,
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. I am not seeing any specfics on how I can find the document id after doing this. Any suggestions?
      
                                    
Reply to: Can't find document id
Tuesday, June 13, 2017 at 12:15pmReply to: Can't find document id
Tuesday, June 13, 2017 at 12:17pmReply to: Can't find document id
Wednesday, June 14, 2017 at 10:15amReply to: Can't find document id
Wednesday, June 14, 2017 at 10:26amPUT https://sandbox.esignlive.com/packages/{packageId}/documents/{documentId}with the following payload:{ "approvals": [ { "role": "signer1", "name": "" } ], "index": 1, "name": "Sample consent", "isConsent": true }