Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: ValidateWeekendSpecial.
Validates the weekend special identified by the given parameters at the given Region, which means that there's at least one Location where the weekend special is bookable if validation was succesful (see: IsValid).

public ValidateWeekendSpecialResponse (
   String token,
   String departureDateTime,
   String arrivalDateTime,
   String departureRegionId,
   String arrivalRegionId,
   String currencyCode,
   String salesSeasonId,
   String vehicleId,
   String promotionCode
);

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 Region where the car rental begins.
String
The unique id of the Region where the car rental finishes.
String
The three letter ISO 4217 currency code the WeekendSpecialRates should be calculated in.
String
The SalesSeasonId-property of the weekend special to validate.
String
The VehicleId-property of the weekend special to validate.
String
The promotion code to use for calculating a possible discount.

Return Value

A ValidateWeekendSpecialResponse containing the desired information.

Remarks

Note   

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

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

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

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace