Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetVehicleTypes. Retrieves the all Vehicle-Types for which sunnycars provides offers in the requested language.

public VehicleCategoriesResponse (
   String token,
   String languageCode
);

Parameters

String
The Token string of the service Ticket.
String
The ISO 631 two letter language code the VehicleTypes should be returned in.

Return Value

A VehicleTypesResponse containing the requested VehicleTypes.

Remarks

Note   

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

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

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

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace