This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
ors-soap-api:public:trips [2019/07/15 10:00] admin [Return parameters] |
ors-soap-api:public:trips [2019/07/15 10:01] (current) admin [Examples] |
||
|---|---|---|---|
| Line 352: | Line 352: | ||
| 'tdc' => '2', // filter by duration (display only trips with duration 2 nigths) | 'tdc' => '2', // filter by duration (display only trips with duration 2 nigths) | ||
| 'vnd' => '20140903' // filter by checkin date (display only trips that starts on 3rd Sep. 2014) | 'vnd' => '20140903' // filter by checkin date (display only trips that starts on 3rd Sep. 2014) | ||
| + | ), | ||
| + | 'rfilter' => array( | ||
| + | 'ppc' => '50-100' // filter by price range | ||
| ) | ) | ||
| ); | ); | ||