We want to inform you that the API endpoint for Booking Experts is changing. If your system is currently making requests to api.bookingexperts.nl, please update your integration to use api.bookingexperts.com instead.
CDN Update
api.bookingexperts.com will use cdn.bookingexperts.com for static file delivery. api.bookingexperts.nl will continue to use the old CDN cdn.bookingexperts.nl for the time being.
Important: Please note that this change may impact your Content Security Policy (CSP) headers.
We understand that this change will require adjustments on your part. However, we are confident that this transition will result in an improved experience with our API.
This change is necessary to ensure continued service and compatibility. Please make these adjustments by the 1st of July to prevent any disruptions. If you have any questions or need assistance with the transition, please do not hesitate to contact us. We are here to support you through this process. Thank you for your understanding and cooperation.
Action Required
Update all API requests to use api.bookingexperts.com
Ensure any hardcoded URLs or configurations reflect this change.
Please ensure that your CSP headers are adjusted to allow cdn.bookingexperts.com when migrating to api.bookingexperts.com.
Added the following relationships to schema RentableIdentity:
cluster_parent
Added the following relationships to schema PrimaryPackage and ExtraPackage:
book_period
stay_period
Added the following relationships to schema Invoice :
inventory_objects (only set for OwnerPeriodicInvoice)
Deprecated
RentableIdentity has been renamed to InventoryObject. The inventory_object:read scope has been added to all apps having rentable_identity:read in order to support migration.
Deprecated RentableIdentity endpoints are listed below.
Please use the endpoints under InventoryObjects instead.
GET rentable_identities
GET rentable_identity
PATCH rentable_identity
DELETE rentable_identity
POST archive
Deprecated attributes are listed below.
Please use the corresponding inventory_object relationship instead.
rentable_identity of schema Rentable
rentable_identity of schema Reservation
rentable_identity of schema Todo
rentable_identity of schema Contractor
rentable_identity of schema Review
active_rentable_identities of schema Owner
fixed_rentable_identity of schema CheckoutPortalReservation
Added the following attributes to schema RentableType:
registration_number - Registration number for this type. It can be required by legislation to show this number when this type is advertised.
Added the following attributes to schema Reservation:
requires_pet_free - Can be used to explicitly require a pet free accommodation. The attribute cannot be true when the guest group contains pets. false means 'No preference'.