expire a package
Monday, July 16, 2018 at 04:53amHi
Is there a REST call that can make a package expire on demand.
I am aware of expiry dates field , but I need a REST call that I can make when I need to based on some business logic.
Regards
Mario
Reply to: expire a package
Monday, July 16, 2018 at 05:14amHTTP Request PUT /api/packages/{packageId} HTTP Headers Accept: application/json Content-Type: application/json Authorization: Basic api_key Request Payload { "status": "EXPIRED" }Hope this reply could help you!Reply to: expire a package
Monday, July 16, 2018 at 05:22am