Ticket Booking Page for My Application.

-1
I am working on smart city application about the specific city. I want Add one feature where user can book ticket of flights ,train, metro etc. So how can i create this page over there  
asked
1 answers
1

The simplest option would be to create a page with links to the transport providers and use their existing booking systems.

If you need to create an integrated booking system you’d need to look at the transport providers for the city to see if they provide APIs you can integrate against. This would probably be using Mendix’s support for calling REST and SOAP services. 

This is high level, but without details its hard to advise more. Good luck.

 

answered