readHotelReservationById method
Future<(UResponse<UHotelReservationResponse> ?, UResponse?, String?)>
readHotelReservationById({})
Implementation
Future<(UResponse<UHotelReservationResponse>?, UResponse<dynamic>?, String?)> readHotelReservationById({
required UIdParams p,
Function(UResponse<UHotelReservationResponse> r)? onOk,
Function(UResponse<dynamic> e)? onError,
Function(String e)? onException,
}) => _Api.call("/Hotel/HotelReservation/ReadById", p.toMap(), _Api.one(UHotelReservationResponse.fromMap), _Api.dyn, onOk, onError, onException, locale: true);