All device subscription entities are structured as follows:
entity
:
[int] Id:
The unique identifier for the subscription instance[
int?
]Device
Id:
The unique identifier for the device
Whether the network is "Content" or "Control"[
Type:DeviceSubscriptionType
]
The time span during which the subscription has been active. See TimeSpan for more information about this data type.[
ActivityPeriod:TimeSpan
][DeviceSubscriptionStatus] Status:
Either "Active", "Suspending", or "Suspended"
The creation date of the subscription. See DateTime for more information about this data type.[
CreationDate:DateTime
][DateTime?] ActivationDate:
The date on which the network subscription was activated, if available. See DateTime for more information about this data type.[DateTime?] SuspensionDate:
The date on which the network subscription was suspended, if available. See DateTime for more information about this data type.
The date on which the network subscription will expire, if available. See DateTime for more information about this data type.
ExpirationDate:[
DateTime?
]