OBJECT

AMSQueryFlight

link GraphQL Schema definition

  • type AMSQueryFlight {
  • masterAirWaybillNumber: String
  • inBondTypeCode: String
  • inBondNumber: String
  • inBondStatus: String
  • houseAirWaybillNumber: String
  • carrierCode: String
  • scheduledArrivalTime: String
  • # The quantity associatred with the manifested master
  • masterManifestedQuantity: Int
  • # If less than five characters are transmitted, the data is “normalized” to five
  • # positions to facilitate matches with entries.
  • flightNumber: String
  • # An alpha character indicating the split identifier associated to a master bill
  • masterPartIndicator: String
  • # An alpha character indicating the split identifier associated to a house bill
  • housePartIndicator: String
  • # The quantity associatred with the manifested house
  • houseManifestedQuantity: Int
  • # The quantity associated with a specific split
  • houseBoardedQuantity: Int
  • # The quantity associated with the master bill
  • masterBoardedQuantity: Int
  • }