physicalinventoryUncountserialitemPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUncountSerialItemResponse>>
    physicalinventoryUncountserialitemPost(
        {required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUncountSerialItemRequest?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUncountSerialItemResponse,
      () =>
          WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUncountSerialItemResponse
              .fromJsonFactory);

  return _physicalinventoryUncountserialitemPost(body: body);
}