Documentation of the CarRentalAgentService

ReservationResponse.Reservation Property

Gets or sets the Reservation resulting from the operation.

public  Reservation {get; set;}

Remarks

If this property is wrongly returned as "null", the Response signals that by a Status of Failure and the corresponding Error-Message.

Thereby it has to be treated as, there is no Reservation in the database for the operator and the specified ReservationRequest-Parameters.

See Also

ReservationResponse Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace