Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 6 Next »

All device subscription entities are structured as follows:

entity:

  • [int] Id:  The unique identifier for the subscription instance

  • [Nullable<int>] DeviceId:  The unique identifier for the device

  • [DeviceSubscriptionType] Type: Whether the network is "Content" or "Control"

  • [TimeSpan] ActivityPeriod: The time span during which the subscription has been active. See TimeSpan for more information about this data type.

  • [DeviceSubscriptionStatus] Status: Either "Active", "Suspending", or "Suspended"

  • [DateTime] CreationDate: The creation date of the subscription. See DateTime for more information about this data type.

  • [Nullable<DateTime>] ActivationDate: The date on which the network subscription was activated, if available. See DateTime for more information about this data type.

  • [Nullable<DateTime>] SuspensionDate: The date on which the network subscription was suspended, if available. See DateTime for more information about this data type.

  • [Nullable<DateTime>] ExpirationDate: The date on which the network subscription will expire, if available. See DateTime for more information about this data type.





  • No labels