Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetTicket. Retrieves a service Ticket.

public TicketResponse (
   String token,
   String secret
);

Parameters

String
The token from previously obtained TicketGrantingTicket.
String
The response secret.

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