- Added the following attributes to schema
Contact
:
- is_company
- company
- first_name
- last_name
- phone
- mobile_phone
GET /v3/contacts/search/first
- Returns the first found contact that matches a given email address or phone number
- Added the following attributes to schema
Owner
:
GET /v3/users
- Returns all users that belong to an organization (
user|read
permission required)
GET /v3/users/:id
- Returns a user of an organization.
GET /v3/administrations/:administration_id/todo_lists/:todo_list_id/planners
- Returns all planners of a todo list (
planner|read
permission required)
GET /v3/administrations/:administration_id:/facilities
- Gets available facilities of the administration
- Added schema
Planner
- Added the following attributes to schema
Executor
:
- Added the following attributes to schema
Todo
:
- rentable_identity
- facility
- creator
- Added the following attributes to schema
User
:
- Schema changes:
Booking#guest_invoice
is deprecated, use Booking#customer_invoice
instead
- Undo removal of relationship
Order#customer_invoice
- Added the following attributes to schema
Review
:
- 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
: