Documentation of the CarRentalAgentService

LinkedRateListRequest Class

Use this class to create a Request for an operation to retrieve a list of formerly requested offers (Rates). The response includes all necessary information about the stored Rates, that are necessary for a web-frontend to retrieve the Rates behind using a LinkedRateRequest.

For a list of all members of this type, see LinkedRateListRequest Members.

System.Object
   Request
      LinkedRateListRequest

public class LinkedRateListRequest : Request

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This Request is part of the "Tell a Friend"-functionality of CarRentalAgentService. The CreateRateLink - Method stores a single Rate or a set of Rates(based on the Request-parameters) into the database and creates a unique ID. By a call to RetrieveLinkedRateList - Method, all stored RateLinks of an operator(agency) can be requested. Therefore an instance of LinkedRateListRequest has to be used to retrieve all, respectively search through all stored "Tell a friend"-Rates of an operator(agency).

Thereby the delivered RateLinks do not include the stored Rates, because of performance reasons. The offer(s)(Rate) bookmarked by a RateLink have to be requested using the RetrieveLinkedRate - Method. Needless to say, that the offer(s)(Rate) and its(their) price(s) will be calculated using the conditions of the operator(agency) the RateLink has been created for, that is necessary to guarantee that there will be no differences between the stored and the retrieved offer(s)(Rate).

Thus the "Tell a Friend"-functionality enables the user of your booking module to jump directly to the bookmarked offer respectively set of offers(Rate) and to complete the booking, without wasting time with searching for the formerly found offer(Rate).

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)

See Also

LinkedRateListRequest Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Rate | RateLink | LinkedRateListResponse | LinkedRateRequest | LinkedRateResponse