itemqcIdPut method

Future<Response<WebApiModulesInventoryItemQcItemQc>> itemqcIdPut({
  1. required String? id,
  2. required WebApiModulesInventoryItemQcItemQc? body,
})

@param id

Implementation

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

  return _itemqcIdPut(id: id, body: body);
}