Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

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

public BrokerTicketGrantingTicketResponse (
   String operatorKey,
   String agencyKey
);

Parameters

String
The operator key to identify the client, that is usually the broker.
String
The agency, the broker wants to book for.

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