Changed

  • counts_ attributes on Cost/Extra are now only returned when they apply for the given quantity_type

Deprecated

  • Schema changes:
    • 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.

Added

  • Added the following attributes to schema City:
    • country_code

Deprecated

  • Schema changes:
    • City#region is deprecated, use City#regions instead.
    • Region#country_code is deprecated, use Region#country_codes instead.

Added

  • GET /v3/administrations/:administration_id/reservations
    • Added support for setting Labels

Added

  • Added the following attributes to schema DiscountAction:
    • book_period
    • stay_period

Added

  • GET /v3/customer_login_requests
    • Send a login request to a Customer with the given email address for accessing the customer portal

Added

  • GET /v3/administrations/:administration_id/rentables
    • Added an active query parameter

Added

  • GET /v3/administrations/:administration_id/rentables
    • Added an include_archived query parameter

Added

  • Added the following attributes to schema RentableType:
    • surface_area
  • Added the following attributes to schema RentableIdentity:
    • surface_area

Added

  • GET /v3/administrations/:administration_id/todos/:todo_id/timesheets/
    • Returns all Timesheets of a todo
  • GET /v3/administrations/:administration_id/todos/:todo_id/timesheet/:id
    • Gets a Timesheet
  • POST /v3/administrations/:administration_id/todos/:todo_id/timesheets
    • Create a Timesheet of a Todo
  • PATCH /v3/administrations/:administration_id/todos/:todo_id/timesheets/:id
    • Update a Timesheet of a Todo
  • DELETE /v3/administrations/:administration_id/todos/:todo_id/timesheets/:id
    • Delete an TImesheet of a Todo

Added

  • Added the following attributes to schema MainOrderItem:
    • description
  • Added the following attributes to schema OrderItem:
    • description