physicalinventorycycleinventoryPost method

Implementation

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

  return _physicalinventorycycleinventoryPost(body: body);
}