Added
- Added the following attributes to schema
PaymentRequest
:- reference
POST /v3/administrations/:administration_id/categories/:category_id/images
- Create a Image of a Category
PATCH /v3/administrations/:administration_id/categories/:category_id/images/:id
- Update a Image of a Category
DELETE /v3/administrations/:administration_id/categories/:category_id/images/:id
- Delete an Image of a Category
POST /v3/administrations/:administration_id/rentable_identities/:rentable_identity_id/images
- Create a Image of a RentableIdentity
PATCH /v3/administrations/:administration_id/rentable_identities/:rentable_identity_id/images/:id
- Update a Image of a RentableIdentity
DELETE /v3/administrations/:administration_id/rentable_identities/:rentable_identity_id/images/:id
- Delete an Image of a RentableIdentity
POST /v3/administrations/:administration_id/categories/:category_id/category_amenities
- Create a CategoryAmenity for a Category
PATCH /v3/administrations/:administration_id/categories/:category_id/category_amenities/:id
- Update a CategoryAmenity of a Category
DELETE /v3/administrations/:administration_id/categories/:category_id/category_amenities/:id
- Delete a CategoryAmenity of a Category
Added
PATCH /v3/administrations/:administration_id/rentable_identities/:id
- Update a RentableIdentity
POST /v3/administrations/:administration_id/rentable_identities/:id/archive
- Archive a RentableIdentity
DELETE /v3/administrations/:administration_id/rentable_identities/:id
- Delete a RentableIdentity
POST /v3/administrations/:administration_id/rentables
- Create a Rentable
PATCH /v3/administrations/:administration_id/rentables/:id
- Update a Rentable
DELETE /v3/administrations/:administration_id/rentables/:id
- Delete a Rentable
Deprecated
- Schema changes:
Availabilities
andApp::Availabilities
endpoints:- filtering by
rentable_types
and-rentable_types
is deprecated, filter bysemantic_segments
, respectively-semantic_segments
, instead - the
include_rentable_type_counts
option is deprecated, useinclude_semantic_segment_counts
instead
- filtering by
Category#accommodation_type
is deprecated, useCategory#rentable_segment
insteadCategory#rentable_type
is deprecated, useCategory#rentable_segment
instead to determine the rentable segment of the category, and then useRentableSegment#semantic_segment
AccommodationSubtype#accommodation_type
is deprecated, useAccommodationSubtype#rentable_segment
insteadReviewForm#accommodation_types
is deprecated, useReviewForm#rentable_segments
instead
Date of removal for abovementioned deprecations: 31-10-2023.
Added
- `GET /v3/administrations/:administration_id/agenda_periods/:id
- Gets an agenda period
- `POST /v3/administrations/:administration_id/external_blocked_agenda_periods
- Creates an agenda period of type
ExternalBlockedAgendaPeriod
- Creates an agenda period of type
- `PATCH /v3/administrations/:administration_id/external_blocked_agenda_periods/:id
- Updates an agenda period of type
ExternalBlockedAgendaPeriod
- Updates an agenda period of type
- `DELETE /v3/administrations/:administration_id/external_blocked_agenda_periods/:id
- Deletes an agenda period of type
ExternalBlockedAgendaPeriod
- Deletes an agenda period of type
Added
- Added the following attributes to schema
PaymentHandler
:- pos_enabled
- invoice_type
- created_at
- updated_at
GET /v3/administrations/:administration_id:/payment_handlers
- Gets payment handlers
GET /v3/administrations/:administration_id:/payment_handlers/:id
- Gets a payment handler
POST /v3/administrations/:administration_id:/payment_handlers
- Creates a payment handler. Can be used by payment or POS provider apps.
PATCH /v3/administrations/:administration_id:/payment_handlers/:id
- Updates an associated payment handler. Can be used by payment or POS provider apps.
DELETE /v3/administrations/:administration_id:/payment_handlers/:id
- Deletes an associated payment handler. Can be used by payment or POS provider apps.