Request timesAfter you get the results with the initial prices, you can get the event times using the following method. For a description of the flow, please revert to section 3: Search Flow Request <request version="4.0">
<auth>
<username>example</username>
<password>example</password>
<agent>example</agent>
</auth>
<event-times session="dv.12345" id="5050"/>
</request>
Parameter | Type | Comments | event-times @session | string | the session id of the requested search | event-times @id | int | the id of the required event |
Response
<response success="1" session="m1.U3HpTVUysA"> <event id="31503"> <option token="MzE1MDMgMjAxNC0wNi0wOQ==" date="2014-06-09" time="19:00"> <price currency="USD" final="0" minCommissionablePrice="462.24" /> </option> </event> </response>
Parameter | Type | Comments | event @id | int | the session id of the requested search | option @token | string | the token of the option
| option @date | date | YYYY-mm-dd format of the date of the current option | option @time | time | HH:mm format of the time of the current option | price | node | see search for node format |
Notes: 1. the time attribute is optional in case of a full-day event
|