Added

  • Added the following attributes to schema Booking:
    • guest_total_paid

Added

  • GET /v3/subdomains
    • Returns all Subdomains of the organization
  • GET /v3/subdomains/:id
    • Gets a Subdomain

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