Deprecated

  • Schema changes:
    • Booking#guest_invoice is deprecated, use Booking#customer_invoice instead

Fixed

  • Undo removal of relationship Order#customer_invoice

Added

  • Added the following attributes to schema Review:
    • visible

Added

  • Added the following relationships to schema Todo:
    • invoice

Deprecated

  • Renamed order to booking where applicable. Date of removal: 2022-07-01
  • Some attributes of Reservation where moved to Booking. Date of removal of attributes on reservation: 2022-07-01
  • GET /v3/administrations/:administration_id/order
    • Use GET /v3/administrations/:administration_id/booking instead
  • GET /v3/administrations/:administration_id/orders
    • Use GET /v3/administrations/:administration_id/bookings instead
  • Schema changes:
    • Reservation#order will be replaced by Reservation#booking
    • Reservation#option_validity is deprecated, use Booking#option_validity instead
    • Reservation#remote_booking_nr is deprecated, use Booking#remote_booking_nr instead
    • Reservation#locale is deprecated, use Booking#locale instead
    • Reservation#currency is deprecated, use Booking#currency instead
    • Reservation#memo is deprecated, use Booking#memo instead
    • Reservation#state is deprecated, use Booking#state instead
    • Reservation#deposit_completed is deprecated, use Booking#deposit_completed instead
    • Reservation#booking_nr is deprecated, use Booking#booking_nr instead
    • Reservation#token is deprecated, use Booking#token instead
    • Reservation#confirmed_at is deprecated, use Booking#confirmed_at instead
    • Reservation#owner_reservation is deprecated, use Booking#owner_reservation instead
    • Reservation#paid_by_customer is deprecated, use Booking#paid_by_customer instead
    • Reservation#option_expires_at is deprecated, use Booking#option_expires_at instead
    • Invoice#reservation is deprecated since an invoice can have many reservations, use Invoice#booking instead

Added

  • Added the following attributes to schema Reservation:
    • base_rent_including_discount

Added

  • Added the following relationship to schema Debtor:
    • administration

Added

  • Added the following attributes to schema Todo:
    • quantity

Added

  • Added the following attributes to schema Cost:
    • invoiced_to

Added

  • Added the following attributes to schema Invoice and InvoiceItem:
    • period_start_date
    • period_end_date

Added

  • Added the following attributes to schema Reservation:
    • blocking_todos_finished

Added

  • Added the following relationships to schema PaymentHandler:
    • administration