Documentation of the CarRentalAgentService

RefreshTicketRequest Class

Request object for the refresh ticket web service call.

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

System.Object
   Request
      RefreshTicketRequest

public class RefreshTicketRequest : 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

Atttention:
Your booking module must be registered by sunnycars to allow the usage of this Request. This functionality is applied for internal booking modules of sunnycars, until now. Nevertheless it's possible to grant the appropriate access rights to your booking module too.

An instance of this class has to be used for a call to SOAP-Implementation of RefreshTicket - Method. This RefreshTicketRequest provides the possibility to extend the validity-timeframe (see:Expires) of a service-ticket without db-requests and time-wasting handshake algorithm implemented by GetTicketGrantingTicket - Method and GetTicket - Method.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

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

See Also

RefreshTicketRequest Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | RefreshTicketResponse