Deprecated

  • Schema changes:
    • The Measurers endpoint is deprecated, use the MeterTypes endpoint instead

Date of removal for abovementioned deprecation: 31-08-2024.

Added

  • Added the following attributes to schema PaymentMethod:
    • debtor_types
    • currencies
    • sequence_types
    • position

Added

  • Added the following attributes to schema RentableIdentity:
    • original_identifier

Added

  • GET /v3/domains
    • Returns all Domains of the organization
  • GET /v3/domains/:id
    • Gets a Domain

Added

  • Added the following attributes to schema Subdomain:
    • locale_codes
    • redirect

Deprecated

  • Schema changes:
    • Subdomain#locale is deprecated, use Subdomain#locale_codes instead
    • Subdomain#redirects is deprecated, use Subdomain#redirect instead

Added

  • Added the following attributes to schema Todo:
    • name
    • details

Deprecated

  • Schema changes:
    • Todo#description is deprecated, use Todo#name instead

Added

  • Added the following relationships to schema Reservation:
    • extra_packages - The extra packages collection must now be set through this relationship.
    • available_extra_packages
  • Added the following relationships to schema ExtraOrderItem:
    • extra_package

Added

  • Added the following attributes to schema Administration:
    • address
    • postal_code
    • city
    • latitude
    • longitude
    • guest_list_group
    • guest_accepted_document_type
    • guest_identification_required
    • ask_for_guest_gender
    • ask_for_guest_address
    • ask_for_guest_email
    • ask_for_guest_profession

Added

  • Added the following attributes to schema Todo:
    • memo

Added

  • GET /v3/checkout_portal/channels/:channel_id/bookings
    • Fetch all Checkoutportal Bookings for the given channel