I am new to the DocuSign API.
We are using the SOAP API.
The issue we are running into is the client is using up envelopes faster than anticipated with a completion rate of only about 40%.
What appears to be happening is the user views the document to be signed, an envelope is generated and then the user chooses to not sign the document at that time. When they return to the document, a new envelope is generated. We retain the envelope ID in our database. Is there a way I can retrieve and use the previously generated envelope instead of generating a new one each time the client views the document? Please let me know the flow, API calls, links to relevant documentation, anything that would point me in the right direction.