physicalinventoryinventoryPost method

Implementation

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

  return _physicalinventoryinventoryPost(body: body);
}