Documentation of the CarRentalAgentService

LocationsResponse Class

An instance of this class is returned from CarRentalAgentService interface for a multiple Location-based operation.

For a list of all members of this type, see LocationsResponse Members.

System.Object
   Response
      LocationsResponse

public class LocationsResponse : Response

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

An instance of this class is returned by a call of each SOAP-/POST-Implementation of GetLocations - Method. Generally the GetLocations - Method is used, in three use-cases.

1.) You are searching for Locations located at an already known Region. In this case different variants of GetLocations - Method may be the used.

2.) You are looking for the Locations where an already known Rate can be booked. To achieve this, there's only one variant of GetLocations - Method, namely GetLocationsP7.

3.) You are looking for the alternative Departure-Locations for an already created Reservation. In this case, all of the variants using the ReservationId - parameter would be of interest.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)

See Also

LocationsResponse Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Location | LocationsRequest