Unable to modify Expiry date of package
Friday, October 4, 2019 at 01:44amHi team,
I am trying to modify the package expiry date using Java SDK (11.21), even though I am getting 200 success response but it is not reflecting or updating.
Please find a piece of code which I have used.
myPackage.setExpiryDate(new Date());
eslClient.changePackageStatusToDraft(myPackage.getId());
eslClient.updatePackage(myPackage.getId(),myPackage);
Please Help me to update the package expiry date
Reply to: Unable to modify Expiry date of package
Friday, October 4, 2019 at 06:52amReply to: Unable to modify Expiry date of package
Saturday, October 5, 2019 at 03:26am