Enumeration of possible modes for a CreateReservationV2Request.
Allthough there's no data stored to the database, using BookingRequestType as "BookingRequest", the CreateReservationV2Response does include all informations(except the Id of the Reservation) that will be returned in case BookingRequestType is handed over as "SaveReservation".
Member Name | Description |
---|---|
Undefined | Default-Value. If this value is handed over in BookingRequestType or BookingRequestType, the value SaveReservation is used by default and a Warning describing this approach is returned by CarRentalAgentService. |
BookingRequest | Specifies that the caller of CreateReservationV2 wants to check whether the given Parameter will result in a valid Reservation or not. The Reservation will not be stored to database. |
SaveReservation | Specifies that the caller of CreateReservationV2 or EditReservation wants to save the Reservation with given Request-Data. |
Namespace: SunnyCars.Schema.Osi.WsReservation.V4
Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)