Documentation of the CarRentalAgentService

LocationsRequest Class

Use this class to create a Request for an operation to retrieve multiple Locations.

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

System.Object
   Request
      LocationsRequest

public class LocationsRequest : Request

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 has to be used for a call to SOAP-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

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