Overview

Target Off-Block Time 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 Off-Block Time (TOBT) that indicates the target time for the aircraft to be ready for Off-Block. 

References

Service Definition

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

Operations

The following describes the service operations:

  • setTOBT 

 

Signature

setTOBT ( setTOBTRequest: TOBTSettingRequest ) : TOBTSettingResponse

Description

Set the Target Off-Block Time of a flight, through setTOBT service interface operation

 

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

1 Comment

  1. user-9d15e

    Test comment