quikscanQuikassetIdPut method

@param id

Implementation

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

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