Look up my RIED.TAXI booking
ried_taxi_get_bookingReturns status, pickup time, addresses, price and flight of ONE booking. Requires the booking reference and the access code the customer received when booking. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access_code | Yes | 8-character access code given at booking time. | |
| booking_reference | Yes | Public booking reference, e.g. RT-K7QM. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| status | No | ||
| message | No | ||
| currency | No | ||
| timezone | No | ||
| pickup_at | No | ||
| price_eur | No | ||
| booking_id | No | ||
| passengers | No | ||
| destination | No | ||
| pickup_date | No | ||
| pickup_time | No | ||
| flight_number | No | ||
| pickup_address | No | ||
| confirmation_url | No | ||
| booking_reference | No | ||
| free_cancellation_until | No |