AeroDataBox · Schema

SubscriptionContract

Describes subscription

AviationFlightsAerospaceFlight DataAirport Data

Properties

Name Type Description
id string Identifier of a subscription. Use this ID to control the subscription in future (e.g. update or delete).
isActive boolean Specifies if the subscription is active
billingType object
activateBeforeUtc string Time (UTC) before which subscription must be activated (may be applicable to some non-active newly created subscriptions)
expiresOnUtc string Time (UTC) when subscription expires and will be removed. If not specified, subscription never expires.
createdOnUtc string Time (UTC) when subscription was created
subject object
subscriber object
notices array Additional messages
View JSON Schema on GitHub