mobicloud-core 1.0.243 → 1.0.244

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5588,8 +5588,8 @@
5588
5588
  request.PrintLabels = false;
5589
5589
  }
5590
5590
  this.isLoadingData = true;
5591
- var postUrl = this.cloudDataService.getMobiManagementApiUrl("mobimanagement/PickingList(" + this.pickingList.Id + ")/CreateShipment()");
5592
- this.cloudDataService.post(postUrl, request, 60000)
5591
+ var postUrl = this.cloudDataService.getMobiManagementApiUrl("mobimanagement/PickingList(" + this.pickingList.Id + ")/CreateShipment");
5592
+ this.cloudDataService.post(postUrl, { request: request }, 60000)
5593
5593
  .then(function (response) {
5594
5594
  response.subscribe(function (createShipment_response) {
5595
5595
  _this.isLoadingData = false;