rentalVehicles Query
Get all rental vehicles
Arguments
#
ids
[ String ]
Return rental vehicles with these ids, i.e. value of field vehicleId .
Note: if an id is invalid (or the rental service is unavailable)
the returned list will contain null values.
If this is provided all other filters are ignored.
Response
#
Returns [ RentalVehicle ].
Example
#
Previous
rentalVehicle
Next
route