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,

 Tutorial on how to upload a document through multipart/form-data using Postman.
Rate this Code Share
Downloads
481
Source type
Direct file upload - File will be hosted on developer website
File
Forums
Hi Team, I am trying to use the REST APIs to Integrate Silanis with my application. Before I code any API URL in my program, I want to test and validate URIs using PostMan Client. I have tried couple of sample programs shared in Developers blogs and are working fine, But write the code to meet my requirement I should be able to get a feel of the URLs by testing them in PostMan client, But note of the URI are working for me. I am sure definitely, I am missing something.