Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetRegion. Retrieves a geographic Region.

public RegionResponse (
   String token,
   String reservationId,
   String id,
   String languageCode,
   String departureDateTime,
   String arrivalDateTime,
   String requestArrivalRegion
);

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 unique id of the requested Region.
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.
String
See: RegionRequest.RequestArrivalRegion

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