...
Important items to note in the response:
- The versionStamp is the version of the flight plan that is retained in our system. Whenever you do anything to modify the flight plan, you need to reference the latest version of the time stamp.
- The flightIdentifier is a unique identifier that is associated with every flight plan that is created in the system. It is used with other web service calls that fetch data based on a specific flight plan such as retrieveFlightPlan, amendFlightPlan, cancelFlightPlan, and amendFlightPlancloseFlightPlan. This value does not change. You should retain this information on your side so you have a reference to it in the future, particularly if you are using anonymous filing.
...