Added
- You can now include archived TodoLists in GET todo_lists by adding the query parameter
include_archived.
include_archived.GET /v3/administrations/:administration_id/todo_lists?include_archived=trueInvoice
typeRentableType
invoice_detailsRefundRequest:
administrationAdded the following attributes to schema RentableType:
original_identifier - yields the identifier of a rentable type in the previous PMS system, if any.Added the following relationship to schema MainOrderItem:
discount_actionYou 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_typeCost#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.