Mishor 4 Documentation‎ > ‎5. API Methods‎ > ‎4. Cars‎ > ‎

4. Reservation Details

This method is intended for use in case when the booking returned "on request", or for external systems to verify the booking details after the booking phase was completed.
Reservation Details Request
<request version="4.0">
  <auth>
    <username>example</username>
    <password>example</password>
    <agent>example</agent>
  </auth>
  <cars-reservation-details reservationId="h1.1234"/>
</request>

Parameter Type Comments
cars-reservation-details @reservationIdstringthe reservation id as returned on the booking response

The reservation details response is identical to the booking response.
Comments