We have a mobile ticketing application for Android terminals, TicketPOS, and one of our customers would like us to interface to your web site to validate vouchers. Is it possible to get the list and number of ticket types in either an XML or jason response from your web site. For example, if someone purchased two adult and one concession tickets within one booking, is it possible to get this information in the response from your web site. We would like our system to be able to receive this information so that it can automatically print the correct vouchers for travel without the user having to input any information?
Hi Dr. Duffin,
Yes you should be able to get this information from search bookings query. You can learn more about our API here … https://www.rezgo.com/api-documentation
Here is an example booking in XML format …
https://api.rezgo.com/xml?transcode=1446&key=7M2-A7E6-H6V7-Q8D&i=search_bookings&q=6J0F6S4W8V
And in JSON format …
https://api.rezgo.com/json?transcode=1446&key=7M2-A7E6-H6V7-Q8D&i=search_bookings&q=6J0F6S4W8V
And here is an example of the Rezgo voucher for this booking with a QR and barcode (code 128 format). When scanned, these check in the booking.
https://adventuredemo.rezgo.com/tickets/Tmtvd1JqWlRORmM0Vmc9PXxOa293UmpaVE5GYzRWZz09
Let us know if you have further questions.
Regards,
John
Please login or Register to submit your answer