Table of contents
-
- Search methods
- Check methods
- Booking methods
- Info methods
Data export
- Methods
Table of contents
Data export
This is an old revision of the document!
====== DEMO Licence ====== To start testing API you can use this demo licence: * User: xmldemo * Password: orsdemo * Agency ID: 5780 Please contact us at [[support@ors.si]] to optain a valid licence. **Usage**: <code php> // ORSXML header information $header = array( 'lang' => 'en', // a return language 'usr' => 'xmldemo', // ORSXML user 'pass' => 'orsdemo', // ORSXML password 'agid' => '5780', // agency ID (or account id) 'sid' => session_id() // this is required so that filtering and sorting work correctly! ); </code>