Documentation of the CarRentalAgentService

RemoveRateLinkRequest Class

Use this class to create a Request for an operation to delete a formerly stored RateLink from the database. The response includes all necessary information for a web-frontend to display the linked Rate and to re-create the RateLink if necessary.

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

System.Object
   Request
      RemoveRateLinkRequest

public class RemoveRateLinkRequest : 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 RemoveRateLinkRequest has to be used to delete a formerly created RateLink 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 RemoveRateLink - Method.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

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

See Also

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