Network Subscription Entity (2020/10)
All network subscription entities are structured as follows:
entity
:
Id
int:Â The unique identifier for the network subscription entityLevel
 NetworkSubscriptionLevel: Whether the network is "Content" or "Control"CreationDate
DateTime: The creation date of the subscription. See DateTime for more information about this data type.LastModifiedDate
Nullable<DateTime>: The last date on which the subscription was modified, if available. See DateTime for more information about this data type.ExpireDate
Nullable<DateTime>: The date on which the network subscription will expire, if available. See DateTime for more information about this data type.