getPassengerIdentifierByNameMulti

This method allows you to search for a passenger on multiple flights according to origin of flight

Request parameters

Parameter

Type

Description

origin

String*

Destination code

startdate

Date*

From date

enddate

Date*

To date

paxname

String

Passenger name (First name or last name)

❗️

* Mandatory parameters

Response

The method will response with paxtokens for usage in other methods

Parameter

Type

Description

pax

Element

The element pax holds the following parameters

flightid

Number

The flight id

paxtoken

Unique identifer

PAX token to be used in DCS related queries

Language