physicalinventoryGetphysicalcountsPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponse
  >
>
physicalinventoryGetphysicalcountsPost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponse,
    () =>
        WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponse
            .fromJsonFactory,
  );

  return _physicalinventoryGetphysicalcountsPost(body: body);
}