Reservation tab
This creates an tab on top of the reservation popup / page and has the same behaviour than the normal reservation widget. Here you will have much more space.
Available query parameters
The parameters we will send along with the url. E.g. https://example.widget?id={id}&authtoken={authtoken}}&lang=en
id
- The unique id of the reservation. This is different than the Reservation Number what is communicated to the customer.authtoken
- The token you can use to login the user and communicate with the API.lang
the language of the user
Events
This is the object of events we support with the reservation widget.
{
height: 300 // height in pixels
refresh: true // if we get this parameter we will refresh the reservation
}
Curious how to fire these events? Please read this: App url