Added

  • Added the following attributes to schema Subscription:
    • current_scopes

Added

  • Added the following relationships to schema DiscountAction:
    • administration

Added

  • Added the following attributes to schema Availability:
    • available_for_pets (only included when explicitly defined in a sparse fieldset)

Added

  • GET /v3/administrations/:administration_id/discount_actions
    • Returns discount actions of an Administration
  • Added the following attributes to schema DiscountAction:
    • discount_percentage
    • fixed_discount
    • minimum_number_of_nights
    • maximum_number_of_nights
    • archived
    • created_at
    • updated_at

Added

  • Added the following attributes to schema Todo:
    • blocker

Added

  • GET /v3/rentable_segments
    • Returns all RentableSegments of the organization
  • GET /v3/rentable_segments/:id
    • Gets a RentableSegment

Added

  • Added the following attributes to schema TodoList:
    • archived

Added

  • Added the following attributes to schema RentableType:
    • virtual

Added

  • GET /v3/administrations/:administration_id/administration_amenities
    • Returns AdministrationAmenities of an Administration.

Deprecated

  • Schema changes:
    • Availabilities and App::Availabilities endpoints:
      • filtering by accommodation_subtype_ids and -accommodation_subtype_ids is deprecated, filter by rentable_segment_ids, respectively -rentable_segment_ids, instead
    • RentableType#accommodation_subtype is deprecated, use RentableType#rentable_segment instead

Date of removal for abovementioned deprecations: 01-11-2023.