Migrated from Redmine #1364 | Author: Marie Rajon
Status: Feedback | Priority: Immediate, there is BUG! | Created: 2025-02-14
We use the cluster name which is https://compagniedesalpes.cluster.simplybook.pro/
And we encounter issues on our subaccounts SimplyBook.me - Système de rendez-vous and SimplyBook.me - Système de rendez-vous
We cannot create anylonger orders with booked activities in our frontend system as there have been a breaking change.
We noticed a change in the answers we receive from SBM when we send a POST /admin/bookings
The field status in SBM answer is now an Array.
Whereas from our front-end, since 2022 when performing a booking, we used to get an answer with the field status as a string.
• In local environnement connected to the test plateform when modifying the answer with a string for the field status we managed to create an order as before
• Question: Could you please tell us which String in the new array “Status” is to be used to get the booking status as before (wednesday morning it worked)? So we can manage a quick fix on our side to adapt and be able to create orders again?