Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

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

public TicketGrantingTicketResponse (
   String operatorKey,
   String impersonationKey,
   String impersonationContext,
   String impersonationContact
);

Parameters

String
The operator key to identify the client.
String
The impersonation key to identify the operator or agency for which impersonation is desired.
String
The impersonation context of the operator or agency for which impersonation is desired.
String
The impersonation contact of the operator or agency for which impersonation is desired.

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