Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

LMFS provides the capability to get notifications of alerts and atc ATC status as they occur.   This requires the setup of a url URL on the web partner's end to receive notifications.  Submit a request on the service desk here and request a webhook.  You will need to provide a url URL to your server that to which we will send the notifications to.  The JSON data that is pushed to your site is defined in the WSDL reference here: https://wwwlmfsweb.elabsafss.testafss.netcom/Website2Website/resources/doc/WebService.xml xml under WebServicePushFlightChange and WebServicePushNGBAlert.  Whenever the webhook receives a push notification, we expect a JSON response {"success": "true"}.

...