TripBookingPassengers
Query all the bookings passengers for a trip.
Table Specific Information
Select
The component uses the SAP Concur APIs to process filters that refer to TripId. The component processes other filters client-side within the component.
For example, the following query is processed server side:
SELECT * FROM TripBookingPassengers WHERE TripId = '123456'
Columns
| Name | Type | References | Description |
| TripId [KEY] | String |
Trips.Id | The ID of the trip. |
| BookingRecordLocator [KEY] | String | The record locator of the booking. | |
| FirstName | String | The first name of the passenger. | |
| LastName | String | The last name of the passenger. | |
| LoginId | String |
UsersV4.UserName | The login ID of the user who owns the trip. The user must have the Web Services Admin role to use this parameter. |