đĄ Phone number is required. Format: +32XXXXXXXXX or 0XXXXXXXXX (auto-converted to +32)
đ€ Customer Handling (Lookup & Creation)
The backend automatically searches for an existing customer by phone before creating a reservation.
If no customer is found, it creates a new customer and links the reservation to that customer.
Lookup by phone: Server calls Restomax customer search with the phone number.
Existing customer: The reservation is linked to the existing customer UID.
New customer: The server creates a customer using the provided name and phone.
Lookup example (server â Restomax):
GET https://backoffice.restomax.com/api/v3/Public/Customers?PhoneNumber=%2B32487624612
Creation example (server â Restomax):
POST https://backoffice.restomax.com/api/v3/Public/Customers
Notes:
- If no email is provided for the reservation, the backend uses superresto@superresto.com.
- If a new customer is created without an email, the backend uses superresto@superresto.com.
- Phone numbers starting with 0 are auto-formatted to +32.
- Base URL can differ if RESTOMAX_BASE_URL is overridden in the server environment.
To test the lookup, use the "Search Customer by Phone" button above. To test creation, use
"Create Customer" or submit a reservation with a new phone number that does not exist in Restomax.