Mutation: sendSsimMessage
Send SSIM message. Requires access to resource SSIM_EDIT. Requires access to given flight
iataMessages {
sendSsimMessage(
flightNid: FlightNid!
systemType: SsimSystemType!
action: AsmAction!
messageType: IataMessageType!
message: String!
): Boolean!
}
Arguments
sendSsimMessage.flightNid ● FlightNid! non-null scalar
sendSsimMessage.systemType ● SsimSystemType! non-null enum
sendSsimMessage.action ● AsmAction! non-null enum
sendSsimMessage.messageType ● IataMessageType! non-null enum
sendSsimMessage.message ● String! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.