Implementing the Test Interface
Last updated
Last updated
Some subset of the needs to be implemented in order to finally .
Which parts ot the Test Interface need to be implemented depends on .
When using Controlled mode, the following parts of Test Interface need to be implemented in your booking system:
Datasets Endpoints ( — see for more details):
These endpoints are called by to create test opportunity data in your booking system, and – later – to clean up that test opportunity data.
See the
Actions Endpoints ():
This endpoint is called by to simulate different kinds of booking actions, like an update to a booking's access pass.
See the .
When using Random mode, the following parts of Test Interface need to be implemented in your booking system:
Actions Endpoints ():
This endpoint is called by to simulate different kinds of booking actions, like an update to a booking's access pass.
See the .