OBJECT
IataMessagesQuery
Node for IATA messages
link GraphQL Schema definition
- type IataMessagesQuery {
- # ASM message.
- # Requires access to given flight
- #
- # Arguments
- # flightNidList: [Not documented]
- # action: [Not documented]
- # timeMode: [Not documented]
- (
- FlightNid!]!, : [
- AsmAction!, :
- TimeMode :
- ): String!
- # SSIM settings.
- # Requires access to resource SSIM_EDIT
- SsimSetting!]! : [
- # Requires access to resource SSIM_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- FlightNid!): [SsimSent!]! ( :
- # List of warnings, that may prevent automatic sending of SSIM messages
- String!]! : [
- # List of warnings, that may prevent automatic sending of SSIM messages on SCHED
- # published schedule
- String!]! : [
- # Test FTP server connection. On failure returns error message.
- #
- # Arguments
- # protocolType: [Not documented]
- # host: [Not documented]
- # port: [Not documented]
- # user: [Not documented]
- # password: [Not documented]
- (
- SsimProtocolType!, :
- NotEmptyString!, :
- IntPositive!, :
- NotEmptyString!, :
- NotEmptyString! :
- ): String
- # Requires access to resource GRAPHQL_SCHEDULE_ORDER_SEE
- #
- # Arguments
- # schedVersionNid: [Not documented]
- # ssimFile: [Not documented]
- # carrierCodeFormat: [Not documented]
- (
- SchedVersionNid!, :
- Upload!, :
- CarrierCodeFormat! :
- ): SsimFileParseResponse!
- # Requires access to resource GRAPHQL_SCHEDULE_ORDER_SEE
- #
- # Arguments
- # schedVersionNid: [Not documented]
- # excelFile: [Not documented]
- (
- SchedVersionNid!, :
- Upload! :
- ): SchedExcelFileParseResponse!
- # Requires access to resource GRAPHQL_PASSENGER
- #
- # Arguments
- # tripNid: [Not documented]
- TripNid!): String! ( :
- # Requires access to resource GRAPHQL_PASSENGER.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- FlightNid!): String! ( :
- # time interval has to be shorter than 1 month
- #
- # Arguments
- # timeInterval: [Not documented]
- TimeIntervalInput!): String! ( :
- # Requires access to resource GRAPHQL_SCHEDULE_ORDER_SEE.
- # time interval has to be shorter than 12 months 6 days
- #
- # Arguments
- # schedVersionNid: [Not documented]
- # timeInterval: [Not documented]
- (
- SchedVersionNid!, :
- TimeIntervalInput! :
- ): String!
- # Requires access to resource GRAPHQL_SCHEDULE_ORDER_SEE
- #
- # Arguments
- # schedFlightList: [Not documented]
- (
- SchedFlightNid!]! : [
- ): String!
- }