Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetCancellationTypes. Retrieves the set of supported CancellationTypes.

public CancellationTypesResponse (
   String token,
   String languageCode
);

Parameters

String
The Token string of the service Ticket.
String
The ISO 639 two letter language code for which the requested CancellationTypes should be localized.

Return Value

A CancellationTypesResponse containing the requested CancellationTypes.

Remarks

Note   

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

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

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

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace