physicalinventoryUpdateicodesPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUpdateICodesResponse
  >
>
physicalinventoryUpdateicodesPost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUpdateICodesRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUpdateICodesResponse,
    () =>
        WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUpdateICodesResponse
            .fromJsonFactory,
  );

  return _physicalinventoryUpdateicodesPost(body: body);
}