TripBookingPassengers
Lists the passengers for a trip booking.
Table Specific Information
Select
The driver uses the SAP Concur APIs to process filters that refer to TripId. The driver processes other filters client-side within the driver.
For example, the following query is processed server side:
SELECT * FROM TripBookingPassengers WHERE TripId = '123456'
Columns
| Name | Type | References | Description |
| TripId [KEY] | String | The id of the trip. | |
| FirstName | String | The first name of the passenger. | |
| LastName | String | The last name of the passenger. |