Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetTicketGrantingTicket. Retrieves a TicketGrantingTicket used to obtain a service Ticket.

public TicketGrantingTicketResponse (
   String operatorKey
);

Parameters

String
The operator key to identify the client.

Return Value

A TicketGrantingTicketResponse containing the TicketGrantingTicket with token and secret.

Remarks

Note   

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

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

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

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace