Added

  • Added the following attributes to schema RentableIdentity:
    • name_with_type

Added

  • Added the following relationsips to schema Agreement:
    • commission_agreement

Added

  • PATCH /v3/administrations/:administration_id/reservations/:id
    • Update a reservation (license_plates)

Added

  • DELETE /v3/subscription
    • Deletes the current Subscription

Added

  • POST /v3/channels/:channel_id/reservations/:id/split
    • Splits off a Reservation from a (multi) Booking

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)