Features_HotelServiceReservation_Create Method |  |
Zapísanie novej rezervácie služby do rezervácií poskytovaných služieb.
Namespace: Exa.OBERON.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
Syntaxpublic ExaException ServiceReservation_Create(
Hotel_ServiceReservation u_Hotel_ServiceReservation,
ref RecordBaseInfo urf_RecordBaseInfo
)
Public Function ServiceReservation_Create (
u_Hotel_ServiceReservation As Hotel_ServiceReservation,
ByRef urf_RecordBaseInfo As RecordBaseInfo
) As ExaException
Dim instance As Features_Hotel
Dim u_Hotel_ServiceReservation As Hotel_ServiceReservation
Dim urf_RecordBaseInfo As RecordBaseInfo
Dim returnValue As ExaException
returnValue = instance.ServiceReservation_Create(u_Hotel_ServiceReservation,
urf_RecordBaseInfo)
Parameters
- u_Hotel_ServiceReservation Hotel_ServiceReservation
- Objekt rezervácie služby OBERON Web.
- urf_RecordBaseInfo RecordBaseInfo
- Vráti info o vytvorenom zázname.
Return Value
ExaException
See Also