physicalinventorycycleinventoryPost method
Future<Response<WebApiModulesHomeControlsPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventory> >
physicalinventorycycleinventoryPost({})
Implementation
Future<
chopper.Response<
WebApiModulesHomeControlsPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventory>>
physicalinventorycycleinventoryPost(
{required WebApiModulesHomeControlsPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventory?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesHomeControlsPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventory,
() =>
WebApiModulesHomeControlsPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventory
.fromJsonFactory);
return _physicalinventorycycleinventoryPost(body: body);
}