Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetLegitimationToken. Retrieves a single LegitimationToken, that should be used to authenticate/create a Legitimation at "B2B-Light E".

public LegitimationTokenResponse (
   String token,
   String languageCode,
   String legitimationTypeId
);

Parameters

String
The Token string of the service Ticket.
String
The ISO 631 two letter language code to control the language of possibly returned errors and warnings.
String
The type of Legitimation, the token should be created for(Sunny Cars would tell you the correct value).

Return Value

A LegitimationTokenResponse containing the requested LegitimationToken.

Remarks

Note   

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

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

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

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace