Hello,
I’m having an issue where POST /api/reservations requests are not automatically assigning tables or the default ‘Confirmed’ status. This results in all API-created reservations being saved as Incomplete with No Table, which allows infinite bookings for the same time slot. My location and status settings (Automatically Assign Tables, Default Reservation Status, Reserve Condition) are all configured correctly, and the UI reservation form works as expected.
Is this a known issue, or am I missing a step to trigger the availability check and table assignment logic via the API?
Thanks.