BookingService 3 – Booking Api
The booking services uses a JSON protocol to communicate. You need a client to communicatie with this service.
For the BookingService we provide a Swagger specification, which describes all functions and object types used by the service. You can use this specification to generate client-side code for your own chosen environment. Download this file directly (book-api.yaml) or check the DynpaX Book API on the Apiary site, to browse the API and download the latest Swagger specification.
Client reference implementation
We also provide full a PHP reference implementation. It is ready to be used as part of your PHP website.