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!
To start testing API you can use this demo licence:
Please contact us at support@ors.si to optain a valid licence.
Usage:
// 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! );