Forums

Hey guys, 


I'm trying to put together the following flow:

  1. Create a Package through Postman using the following payload.
  2. Add a document through a azure function (Its working).
  3. Update Package from Draft to Sent by making a Put request with only { "status": "SENT" }.

The last step always returns 

{

    "messageKey": "error.validation.sendPackage.noApprovals",

    "message": "Cannot send package without approvals.",

    "code": 400,

Forums
Hello, I hit the REST API to try and delete a document from our package, and this is the response we got. { "messageKey": "error.validation.cannotDeleteDocumentInActivePackage", "message": "Document is in a active package and cannot be deleted.", "code": 400, "name": "Validation Error" } The document is fully signed, and all the documents in the package are fully signed, but we have the package set to not auto-complete, so the package status still says "In Progress". What does it mean by in an activate package? Are we able to remove signed documents from a package?
Forums
I just posted another question that might be related to this one: https://developer.e-signlive.com/forums/topic/change-incorrect-signer/ I am trying to change some incorrect signers, but I can't change a package once it is "SENT". Can I change a package back to "DRAFT" status?