Skip to main content

SchedExcelFileParseResponse (Object)

Parse excel file response.

type SchedExcelFileParseResponse {
errorList: [String!]!
toAdd: [SchedExcelFlight!]!
toModify: [SchedExcelFlightModification!]!
toDelete: [SchedFlight!]!
}

Fields

SchedExcelFileParseResponse.errorList ● [String!]! non-null scalar

SchedExcelFileParseResponse.toAdd ● [SchedExcelFlight!]! non-null object

SchedExcelFileParseResponse.toModify ● [SchedExcelFlightModification!]! non-null object

SchedExcelFileParseResponse.toDelete ● [SchedFlight!]! non-null object

Returned By

iataMessages.parseExcelSchedFile query