License Information Object

The license information object describes the type, number, and expiry of a license.
Name Attribute Requirement Type Description
CountЕxt count Recommended Integer The number of seats.
Expiry Еxt end_time Recommended Datetime The time at which the license expires.

Note: The time submission format is the number of milliseconds since 01/01/1970 00:00:00 UTC.

Name name Recommended String The name of the license.
Start TimeЕxt start_time Recommended Datetime The time at which the license becomes valid.

Note: The time submission format is the number of milliseconds since 01/01/1970 00:00:00 UTC.

Type type_id Recommended Integer The license type; one of:
0Unknown
1Paid
3Trial
4Other
IDЕxt uid Recommended String The unique identifier of the license.