You can now filter reservations by license plate number:
GET /v3/administrations/:administration_id/reservations?filter[license_plates]=12AB34
You can now filter reservations by license plate number:
GET /v3/administrations/:administration_id/reservations?filter[license_plates]=12AB34
Interactive Leaflet Map details are now available in the API, allowing clients to show available Rentables on a map.
Schema changes:
Administration
:
interactive_map
- Yields tile layer & dimensions of the map (if set)Rentable
:
geo_json
- GeoJSON Feature for this Rentable on the current interactive map of the Administration (if set). Can be part of a GeoJSON FeatureCollection
.counts_
attributes on Cost/Extra are now only returned when they apply for the given quantity_type
Cost#counts_pets
is deprecated, use Cost#quantity_type
instead to find out if a Cost applies to pets.Extra#counts_pets
is deprecated, use Extra#quantity_type
instead to find out if a Cost applies to pets.