itemqcIdPut method
Future<Response<WebApiModulesInventoryItemQcItemQc> >
itemqcIdPut({
- required String? id,
- 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);
}