Forums
Hey guys,
I'm trying to put together the following flow:
- Create a Package through Postman using the following payload.
- Add a document through a azure function (Its working).
- 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",
- Read more about Update Package from Draft to Sent Postman
- 4 comments
- Log in or register to post comments
- 156 views