Documentation of the CarRentalAgentService

LinkedRateRequest Class

Use this class to create a Request for an operation to retrieve a formerly requested offer Rate that was stored in the database. The response includes all necessary information for a web-frontend to display the Rate.

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

System.Object
   Request
      LinkedRateRequest

public class LinkedRateRequest : 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 LinkedRateRequest has to be used to retrieve the Rate idenfied by the given RateId. An instance of this class has to be used for a call to SOAP-Implementation of RetrieveLinkedRate - Method. For more detailed information about how to create a RateLink, please refer to the documentation of CreateRateLink - Method.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

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

See Also

LinkedRateRequest Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Rate | LinkedRateResponse | RateLinkRequest