Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

Validates a rate using the specified rate data.

public ValidateRateResponse (
   String token,
   String reservationId,
   String departureDateTime,
   String arrivalDateTime,
   String departureRegionId,
   String arrivalRegionId,
   String currencyCode,
   String languageCode,
   String salesSeasonId,
   String vehicleId,
   String PromotionCode,
   String DepartureLocationMeetingType,
   String ArrivalLocationMeetingType
);

Parameters

String
Token
String
String
departure date time (yyyy-mm-ddThh:mm:ss)
String
arrival date time (yyyy-mm-ddThh:mm:ss)
String
departure region id
String
arival region id
String
currency code
String
language code
String
sales season id
String
vehicle id
String
promotion code
String
departure handover option
String
arrival handover option

Return Value

response object

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace