Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

public RateLinkResponse (
   String token,
   String rateLinkName,
   String currencyCode,
   String departureDateTime,
   String arrivalDateTime,
   String departureLocationId,
   String departureLocationMeetingType,
   String arrivalLocationId,
   String arrivalLocationMeetingType,
   String departureRegionId,
   String arrivalRegionId,
   String retrievalMode,
   String departureLocationSubType,
   String departureLocationSubTypeList,
   String fleetNumber,
   String vehicleTypeCodeList,
   String mustHaveFeatureList,
   String niceToHaveFeatureList,
   String mustHaveRateServiceList,
   String niceToHaveRateServiceList,
   String vehicleDoorCount,
   String salesSeasonId,
   String vehicleId,
   String rateServiceTypeId,
   String promotionCode
);

Parameters

String
String
String
String
String
String
This parameter specifies the place of departure and is optional. The following combinations are allowed:
Variant First Parameter Second Parameter
1 departureLocationId arrivalLocationId
2 departureLocationId arrivalRegionID
String
String
This parameter specifies the place of arrival and is optional. The following combinations are allowed:
Variant First Parameter Second Parameter
1 arrivalLocationId departureLocationId
2 arrivalLocationId departureRegionId
String
String
This parameter specifies the place of departure and is optional. The following combinations are allowed:
Variant First Parameter Second Parameter
1 departureRegionId arrivalLocationId
2 departureRegionId arrivalRegionID
String
This parameter specifies the place of arrival and is optional. The following combinations are allowed:
Variant First Parameter Second Parameter
1 arrivalLocationId departureLocationId
2 arrivalLocationId departureRegionId
String
String
String
String
This parameter is the pendant of FleetNumber-property, formerly used to query the Rate(s) that should be stored.
String
String
String
String
String
String
String
This parameter specifies the ID of the sales-season for the Rate to save. This parameter is optional.
String
This parameter specifies the ID of the vehicle for the Rate to save. This parameter is optional.
String
This parameter specifies the ID of the RateServiceType for the Rate to save. This parameter is optional.
String
This parameter specifies the PromotionCode used to query the Rate(s) that should be stored.

Return Value

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace