- 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 the following attributes to schema
Todo
:
GET /v3/checkout_portal/channels/:channel_id/bookings
- Fetch all Checkoutportal Bookings for the given channel
- `POST /v3/administrations/:administration_id/maintenance_agenda_periods
- Creates an agenda period of type
MaintenanceAgendaPeriod
- `PATCH /v3/administrations/:administration_id/maintenance_agenda_periods/:id
- Updates an agenda period of type
MaintenanceAgendaPeriod
- `DELETE /v3/administrations/:administration_id/maintenance_agenda_periods/:id
- Deletes an agenda period of type
MaintenanceAgendaPeriod
- Added the following attributes to schema
MainOrderItem
and ExtraOrderItem
:
- Added the following attributes to schema
MainOrderItem
and ExtraOrderItem
:
- Added the following relationships to schema
RentableIdentity
:
- Added the following attributes to schema
Subdomain
:
- Added the following attributes to schema
Reservation
:
- Added the following attributes to schema
Channel
:
- Schema changes:
Channel#pricing_type
is deprecated, use Channel#requires_night_prices
instead