Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetVehicleTypes. Retrieves the all Vehicle-Types for which sunnycars provides offers in the language of the Agency(Operator) the used token has been created for.

public VehicleTypesResponse (
   String token
);

Parameters

String
The Token string of the service Ticket.

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