ENUM

DocumentID

link GraphQL Schema definition

  • enum DocumentID {
  • # Flight Brief (old sales module)
  • flight_brief
  • # Flight Order
  • flight_order
  • # Crew Tripsheet
  • tripsheet
  • # General Declaration
  • general
  • # Charter Agreement (old sales module)
  • charter_agreement
  • # Flight Quotation (old sales module)
  • flight_quotation
  • # PAX Tripsheet
  • pax_tripsheet
  • # PAX Manifest
  • pax_manifest
  • # Custom Document
  • custom_document
  • # Custom Document (with cnl legs)
  • custom_document_with_cnl_legs
  • # Flight Quotation
  • flight_quotation_sales
  • # Charter Agreement
  • charter_agreement_sales
  • # Flight Brief
  • flight_brief_sales
  • # Charter Agreement (subcharter)
  • charter_agreement_subcharter
  • # Flight Brief (subcharter)
  • flight_brief_subcharter
  • # Report Wizard
  • report_wizard
  • # Handling Request Manifest
  • handling_request_manifest
  • # Quote Invoice
  • quote_invoice
  • # Recharge Invoice
  • recharge_invoice
  • # Proforma Invoice
  • proforma_invoice
  • # Credit Note
  • credit_note
  • # Billing Statement
  • billing_statement
  • # Ticket
  • ticket
  • # Owner Approval
  • owner_approval
  • # Trip Confirmation
  • trip_confirmation
  • # Trip Confirmation (subcharter)
  • trip_confirmation_subcharter
  • # Roster Notification
  • roster_notification
  • # Operator Document
  • operator_document_sales
  • # Checklist Leg Item Document
  • checklist_leg_item_document
  • # Checklist Trip Item Document
  • checklist_trip_item_document
  • # General Aviation ADEP
  • general_aviation_adep
  • # General Aviation ADES
  • general_aviation_ades
  • # Airport Brief
  • airport_brief
  • }