The purpose of this call is to retrieve any additional information about an extra search result.
This call is currently only setup for Car Parking suppliers.
Note, this call can only be made using the booking token from a search response, the necessary information will not be in the token after prebook.
The structure of the XML will be:
The structure of the XML will be:
<ExtraAdditionalInformationHTMLRequest>
<LoginDetails>
<Login>Test</Login>
<Password>TestPassword</Password>
</LoginDetails>
<BookingToken>W5gvz4p1zFJtnoqKgp1aJhXaceqPolO7kh4KH7WMAKtCE/a4O7od</BookingToken>
</ExtraAdditionalInformationHTMLRequest>
<ExtraAdditionalInformationHTMLResponse>
<ReturnStatus>
<Success>true</Success>
<Exceptions />
</ReturnStatus>
<HTML>...</HTML>
</ExtraAdditionalInformationHTMLResponse>