Changing package status
Thursday, September 21, 2017 at 08:29am
When I do PUT request to /api/packages/{package_id} with request payload as
{
"status": "DRAFT"
}
I get error response as
{
"code": 415,
"entity": null,
"message": "Unsupported Media Type",
"messageKey": "http.status.415",
"name": "Unsupported Media Type",
"technical": "",
"packageId": null
}
I have included Authorization and Accept headers in the request and above payload in Body.
I am able to verify that package id is valid, and its current status is SENT. Verified by doing GET request via REST API.
What are all the list of status for a package? SENT, DRAFT and?
Reply to: Changing package status
Thursday, September 21, 2017 at 10:14amReply to: Changing package status
Saturday, October 29, 2016 at 05:17pmReply to: Changing package status
Thursday, September 21, 2017 at 08:35amReply to: Changing package status
Thursday, September 21, 2017 at 08:40amReply to: Changing package status
Thursday, September 21, 2017 at 08:46amReply to: Changing package status
Thursday, September 21, 2017 at 09:17amReply to: Changing package status
Friday, September 22, 2017 at 12:07pm