inventoryreceiptItembarcodesIdPut method

Future<Response<WebApiModulesInventoryInventoryReceiptItemBarcodes>> inventoryreceiptItembarcodesIdPut({
  1. required String? id,
  2. 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);
}