Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

Provides a ticket response for the given token string and secret string.

public TicketResponse (
   String token,
   String secret,
   String bookingModuleKey
);

Parameters

String
The token from previously obtained TicketGrantingTicket.
String
The response secret.
String
key of the calling booking module

Return Value

A TicketResponse containing the Ticket with token.

Remarks

Note   

This method is the simple typed method counterpart of the GetTicket method.

If you are using SOAP-Protocol, we advise you to use GetTicket method instead of this one.

If you are using POST-Protocol, use this method.

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace