TripBookingPassengers
Query all the bookings passengers for a trip.
Table Specific Information
Select
The connector uses the SAP Concur APIs to process filters that refer to TripId. The connector processes other filters client-side within the connector.
For example, the following query is processed server side:
SELECT * FROM TripBookingPassengers WHERE TripId = '123456'
Columns
Name | Type | Description |
TripId [KEY] | String | 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 | The login ID of the user who owns the trip. The user must have the Web Services Admin role to use this parameter. |