inventoryreceiptItembarcodesIdPut method
Future<Response<WebApiModulesInventoryInventoryReceiptItemBarcodes> >
inventoryreceiptItembarcodesIdPut({
- required String? id,
- required WebApiModulesInventoryInventoryReceiptItemBarcodes? body,
@param id
Implementation
Future<chopper.Response<WebApiModulesInventoryInventoryReceiptItemBarcodes>>
inventoryreceiptItembarcodesIdPut({
required String? id,
required WebApiModulesInventoryInventoryReceiptItemBarcodes? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryInventoryReceiptItemBarcodes,
() =>
WebApiModulesInventoryInventoryReceiptItemBarcodes.fromJsonFactory);
return _inventoryreceiptItembarcodesIdPut(id: id, body: body);
}