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