TripBookingPassengers
Lists the passengers for a trip booking.
Table Specific Information
Select
The provider uses the SAP Concur APIs to process filters that refer to TripId. The provider processes other filters client-side within the provider.
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. |