itemqcPost method

Implementation

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

  return _itemqcPost(body: body);
}