Hello, this data (both available_count and total_count) is included in the response only in case your company has “Display Remaining Spaces” custom feature enabled. You can check the status of this custom feature on your admin site in the “Custom Features” section
We are using the endpoint: PUT /admin/clients/${clientId}
However, we would like to confirm:
• Whether client details are being updated correctly before booking confirmation
• If there are any prerequisites or required fields that must be ensured before updating client information
**2. Booking Approval Flow (Invoice Null)**
We observed that the final API call is being triggered as: PUT /admin/bookings/${bookingId}/approve
This is happening because the invoice value is null.
Without the above calls, we are getting the confirmation booking email from simplybook
Please check the link below for the booking end-to-end flow.