You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Overview

Pre-Departure Sequence Setting service is part of a series of services that help automate the A-CDM process at a CDM Airport.

It allows an A-CDM Partner to set the Target Take-Off Time (TTOT), which indicates the target time for the take-off from the runway; and/or the Target Start-Up Approval Time (TSAT), which indicates the target time an aircraft can expect receive start up / push back approval.

This is used in exceptional operating conditions.

References 

 

Service Definition

The following diagram illustrates a visual representation of the ProvidedPreDepartureSequenceSetting wsdl. 

Operations

The following describes the service operations:

  • setTSAT 

 

Signature

setTSAT ( setTSATRequest: TSATSettingRequest ) : TSATSettingResponse

Description

The setTSAT Service Interface Operation receives the Target Start-Up Approval Time for a specific flight.

 

The setTOBT Service Interface Operation receives the Target Off-Block Time for a specific flight.

The operation returns a confirmation of the validity of the provided Target Off-Block Time taking into account business rules such as: 

    • Not accepting values in the past
    • Not accepting a new value too close the existing one (there is a minimum change involved)
    • Limiting the number of changes after TSAT has been issued.

  • deleteTOBT

 

Signature

deleteTOBT ( deleteTOBTRequest: TOBTDeleteRequest ) : TOBTDeleteResponse

Description

Delete the Target Off-Block Time value of the specified flight, through deleteTOBT service interface operation.


The deleteTOBT Service Interface Operation receives a request for deleting the Target Off-Block Time for a specific flight.

The operation returns a confirmation of the validity of such request taking into account business rules such as:

    • Not accepting request affecting flights with no Target Off-Block Time set yet.
  • No labels