GET odata/Sites('SiteName')/SoNET.HasValidSubscription

Determines whether a Site is a valid subscriber that is its object is valid (not null, not retired) and its subscription has not expired yet.

Response Information

Response body formats

application/json, text/json

Sample:
{
   "@odata.context":"http://sampleserver.com/odata/$metadata#Edm.Boolean",
   "value":true
}