Documentation of the CarRentalAgentService |
|
CarRentalAgentService. Method
See: GetLocation. Retrieves a car rental Location with options detailed information.
Parameters
-
String
- The Token string of the service Ticket.
-
String
- The unique id to Location for.
-
String
- The ISO 639 two letter language code for which the requested Locations should be localized.
-
String
- The date and time the desired car rental begins. This parameter is used to ensure the availability of the returned Equipment.
-
String
- The date and time the desired car rental finishes. This parameter is used to ensure the availability of the returned Equipment.
-
String
- Indicates whether operation times for requested Location should be returned.
-
String
- Indicates whether available Equipments for requested Location should be returned.
-
String
- Indicates whether supported arrival locations from requested Location should be returned.
Return Value
A LocationResponse containing the requested Location.
Remarks
Note
This method is the simple typed method counterpart of the GetLocation method.
If you are using SOAP-Protocol, we advise you to use GetLocation method instead of this one.
If you are using POST-Protocol, use this method.
See Also
CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace