name | data type | constraints | description |
---|---|---|---|
instanceGuid | string | ||
valid | boolean | required | |
supportExpireDate | number | ||
type | string | ||
validUntil | number |
Example
{ "instanceGuid" : "...", "valid" : true, "supportExpireDate" : 12345, "type" : "...", "validUntil" : 1451649601000 }