SubmitLoadData( transData : TransData, iataLoadData : IataLoadData) : ResponseStatus
The load message contains, for each arrival airport, information about what actually is on board the aircraft that has the arrival airport as the final destination.
For a single leg flight there will be only one LoadDestinationIATA airport, and only one LoadDestinationData as defined in IataLoadData
SubmitMvtData( transData : TransData, iataMvtData : IataMvtData) : ResponseStatus
Submits an ADD based XML version of the IATA MVT message.
SubmitPrmData( transData : TransData, iataPrmData : IataPrmData ) : ResponseStatus
Submits an ADD based XML version of the IATA PAL/CAL/PSM messages.
SubmitSSMInsertUpdateData( transData : TransData, iataSSMInsertUpdateData : IataSSMInsertUpdateData ) : ResponseStatus
This operation covers the following SSM action identifiers (IataSSMIdentifier):
- NEW (Insertion of New Flight Information)
This operation inserts a new flight, or adds new periods to an existing flight, given the period (ScheduleStartDate - ScheduleEndDate) and ScheduleFlightDays (and ScheduleFlightWeeks if used). - RPL (Replacement of Existing Flight Information)
This operation replaces all schedule data with the elements included, for the given period/days. Elements not included are deleted. - ADM (Change of Existing Information)
This operation changes the data elements included, for the given period/days, and leaves the other elements unchanged. Elements can be deleted (set to NIL). - CON (Change of Aircraft Configuration/Version)
This operation changes aircraft data elements included, for the given period/days, and leaves the other elements unchanged. - EQT (Change of Equipment Information)
This operation changes equipment data elements included, for the given period/days, and leaves the other elements unchanged. - TIM (Change of Time Information)
This operation changes timing data elements included, for the given period/days, and leaves the other elements unchanged.