Mutation: setEapisConfirmationCode
Requires access to given flight
integration {
pnrGo {
setEapisConfirmationCode(
flightNid: FlightNid!
confirmationCode: String!
): Boolean!
}
}
Arguments
setEapisConfirmationCode.flightNid ● FlightNid! non-null scalar
setEapisConfirmationCode.confirmationCode ● String! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.