physicalinventoryPost method

Implementation

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

  return _physicalinventoryPost(body: body);
}