Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: IsWeekendSpecialAvailable. Checks whether weekend specials are available in the specified timeframe for the given combination of departure-Location and arrival-Location or not.

public WeekendSpecialAvailableResponse (
   String token,
   String departureDate,
   String arrivalDate,
   String departureLocationId,
   String arrivalLocationId,
   String currencyCode
);

Parameters

String
The Token string of the service Ticket.
String
The date and time the desired car rental begins.
String
The date and time the desired car rental finishes.
String
The unique id of the Location where the car rental begins.
String
The unique id of the Location where the car rental finishes.
String
The three letter ISO 4217 currency code the WeekendSpecialRates should be calculated in.

Return Value

A WeekendSpecialAvailableResponse containing the information whether weekend specials are available or not.

Remarks

Note   

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

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

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

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace