TripBookingPassengers
Query all the bookings passengers for a trip.
テーブル固有の情報
Select
本製品 はSAP Concur API を使用して、TripId を参照するフィルタを処理します。本製品 はクライアント側で本製品 内で他のフィルタを処理します。
例えば、次のクエリはサーバー側で処理されます。
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. |