US-CBP / GTAS-UI

New GTAS user interface written in React
Other
4 stars 8 forks source link

PNR Record locator element is null in FlightPax grid when element exists in database #325

Open dje04001 opened 4 years ago

dje04001 commented 4 years ago

I'm concerned about how we're handling this on the back end. The element is mandatory in PNR data, and usage in 02B+ in API data is prevalent.

tjwdev commented 4 years ago

The APIS analogue for the record locator number is stored as reservationReferenceNumber. The default behaviour will be to prefer the PNR variant, but if no PNR is present it will default to use the APIS reservationReferenceNumber, else null.