Documentation of the CarRentalAgentService

LinkedRateListResponse.RateLinkList Property

Gets or sets the array of RateLinks resulting from the operation.

public  RateLinkList {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 are no RateLinks in the database for the operator(agency).

The RateLinks deliverd within this arry are filtered by the criteria specified in the LinkedRateListRequest. Thereby all of the delivered RateLinks have formerly been created by the operator(agency), used to create the Ticket for the LinkedRateListRequest.

See Also

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