Documentation of the CarRentalAgentService

EditReservationRequest.ArrivalLocationId Property

Gets or sets the unique id of the Location where the customer wants to arrive with the Vehicle (rental stop location).

public  ArrivalLocationId {get; set;}

Remarks

This property is optional. In case the value handed over is '0', it's assumed that the customer wants to return the car at the same Location he departs from.(DepartureLocationId) The alternative Arrival-Locations may be requested by a call to GetLocations - Method under specification of ReservationId, for example.

See Also

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