Documentation of the CarRentalAgentService |
|
CarRentalAgentService. Method
See: GetRegion. Retrieves a geographic Region for a specific Airport.
Parameters
-
String
- The Token string of the service Ticket.
-
String
- The unique id of the Reservation, the availability of the returned Region should be checked for.
-
String
- The three letter IATA Airport code to retrieve a Region for.
-
String
- The ISO 639 two letter language code for which the requested Region should be localized.
-
String
- The date and time the desired car rental begins.
-
String
- The date and time the desired car rental finishes.
Return Value
A RegionResponse containing the requested Region.
Remarks
Note
This method is the simple typed method counterpart of the GetRegion method.
If you are using SOAP-Protocol, we advise you to use GetRegion method instead of this one.
If you are using POST-Protocol, use this method.
See Also
CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace