- Added the following relationships to schema
Todo:
- 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 the following attributes to schema
Reservation:
- base_rent_including_discount
- Added the following relationship to schema
Debtor:
- Added the following attributes to schema
Todo:
- Added the following attributes to schema
Cost:
- Added the following attributes to schema
Invoice and InvoiceItem:
- period_start_date
- period_end_date
- Added the following attributes to schema
Reservation:
- Added the following relationships to schema
PaymentHandler:
GET /v3/administrations/{administration_id}/measurers
- Added the following attributes to schema
Rentable: