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 9 Current »

All network subscription entities are structured as follows:

entity:

  • Id int: The unique identifier for the network subscription entity
  • Level 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.




  • No labels