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,

Example code shows how to update a placeholder in a template.
Rate this Code Share
Downloads
2
Source type
External website - Your website or git repository
Example code shows how to create, update, and delete fields with eSignLive.
Rate this Code Share
Downloads
4
Source type
External website - Your website or git repository
Example code shows how to create, update, and delete fields with eSignLive.
Rate this Code Share
Downloads
0
Source type
External website - Your website or git repository
Example code shows how to manage signers in your eSignLive packages.
Rate this Code Share
Downloads
13
Source type
External website - Your website or git repository
Example code shows how to update package and ceremony layout settings. 
Rate this Code Share
Downloads
1
Source type
External website - Your website or git repository