Documentation of the CarRentalAgentService |
|
CarRentalAgentService. Method
public
RateLinkResponse (
String token,
String rateLinkName,
String departureDateTime,
String arrivalDateTime,
String departureLocationMeetingType,
String arrivalLocationMeetingType,
String departureLocationId,
String arrivalLocationId,
String departureRegionId,
String arrivalRegionId,
String currencyCode,
String salesSeasonId,
String vehicleId,
String rateServiceTypeId,
String promotionCode,
String fleetNumber);
Parameters
-
String
-
-
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
- 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
- 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
- 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.
-
String
- This parameter is the pendant of FleetNumber-property, formerly used to query the Rate(s) that should be stored.
Return Value
See Also
CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace