Documentation of the CarRentalAgentService

RegionsWithLocationsRequest.PickupLocationType Property

Gets or sets the type of the requested pickup-Locations.

public  PickupLocationType {get; set;}

Remarks

This property is optional, but if it is set, one of the following properties has to be set too, to create a valid RegionsTreeRequest: - PickupSearchString
- DropoffLocationId

For more information about the possible values please refer to LocationTypes

This property is a filter for the Locations delivered in RegionsWithLocationsResponse. Nevertheless, it is possible, that a total Region gets excluded by this filter too, if there is not a single Location of the requested type. The Type of a Location is delivered individually for each Location in the LocationType-property.

See Also

RegionsWithLocationsRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace