Hi Folks,
I have started noticing today that the flight plan API is not returning Captain, FO names in the API response if custom set. I am able to get default values when set to empty entries for the crew.
As far as I remember it was okay till earlier this week. But something may have changed in last couple of days.
API Response when custom values are set to crew names
"crew": {
"pilot_id": "1092692",
"cpt": "...... .....",
"fo": "..... .....",
"dx": ".... .......",
"pu": "SHARI BALDWIN",
"fa": [
"SETH MCFADDEN"
]
},