Ingresso’s API documentation¶
- 1. Introduction
- 2. TicketSwitch API Process Diagram
- 3. Typical Use cases
- 4. Glossary
- 5. XML core basic calling conventions
- 6. The start_session method
- 7. The event_search method
- 8. The extra_info method
- 9. The date_time_options method
- 10. The month_options method
- 11. The availability_options method
- 12. The discount_options method
- 13. The create_order method
- 14. The trolley_add_order method
- 15. The trolley_describe method
- 16. The trolley_remove method
- 17. The make_reservation method
- 18. The get_reservation_link method
- 19. The release_reservation method
- 20. The purchase_reservation method
- 21. The transaction_info method
- 22. The lookup_agent_reference method
- 23. Purchase redirection changes
- 24. Format of return URL
- 25. Abandoned redirect handling
- 26. The redirect response from the core
- 27. Encryption of card data
- 28. Potential failure codes
- 29. Potential failure codes
- 30. API Changes - 2013
- 31. API Failure codes
- 31.1. various
- 31.2. extra_info
- 31.3. date_time_options
- 31.4. availability_options
- 31.5. discount_options
- 31.6. create_order
- 31.7. trolley_add_order
- 31.8. trolley_describe
- 31.9. trolley_remove
- 31.10. make_reservation
- 31.11. purchase_reservation
- 31.12. transaction_info (?)
- 31.13. purchase_reservation_part_one
- 31.14. purchase_reservation_part_two
- 31.15. despatch_options
- 31.16. suggest_user
- 31.17. The call to save an external confirmation page
- 32. Feed API
- 32.1. Introduction
- 32.2. Three flavours of event feed
- 32.3. Which feed flavour should I use?
- 32.4. Linking to feeds
- 32.5. Feeds - Technical Overview
- 32.6. Extra information parameters
- 32.7. Miscellaneous other parameters
- 32.8. Namespace extension parameters
- 32.9.
xml_feed
-specific parameters - 32.10. Low-level script inputs
- 32.11. Apache path-info
- 32.12. Equivalent paths
- 32.13. Child elements of
<channel>
- 32.14. Child elements of
<item>
- 32.15. Extensions in
rss_feed
- 32.16. RSS 2.0 standards compliance
- 32.17. Child elements of
<atom:feed>
- 32.18. Child elements of
<atom:entry>
- 32.19. Extensions in
atom_feed
- 32.20. RFC4287
- 32.21. The Dublin Core extensions
- 32.22. The geographical extensions
- 32.23. The extension
- 32.24. The extension
- 32.25. The extension
- 32.26. The extension
- 32.27. Child elements of
<event_list>
- 32.28. Child elements of
<event>
- 32.29. Generating URLs from
xml_feed
output - 32.30. Obtaining a list of event classifications
- 32.31. Obtaining a list of TicketSwitch cities
- 32.32. Linking directly to event media
- 32.33. Other representations of event media
- 32.34. How feed pricing is calculated
- 32.35. Enforced and unenforced venues
- 32.36. Translated and non-translated elements
- 32.37. Language selection
- 32.38. Language returned
- 32.39. PHP example
- 32.40. perl example
- 32.41. C example
- 32.42. Examples in other languages
- 33. API Call Example
- 34. API Tech Support