-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to update an envelope and change it's status from 'sent' to 'voided' #99
Comments
|
Let me know if you need further assistance. |
Thanks, the issue is resolved. Before calling the update method, we also have to change the purge_state of envelope to None, otherwise it return 400 Bad Request response. My issue is resolved by using the following code:
I have another question that when I send an envelope to bulk recipients, I get the following response from
And the following response from
How can I get the envelope_id for each envelope sent to each recipient? Thanks in advance. |
I want to implement an option to delete envelope in my application. For that I want to alter the envelope's status from 'send' to 'voided', but currently I haven't found any suitable method to do this. Is there any?
The text was updated successfully, but these errors were encountered: