Class LicenseSeatsRenewalRequest
RenewOrganizationLicensesSeats
[DataContract]
public class LicenseSeatsRenewalRequest
- Inheritance
-
LicenseSeatsRenewalRequest
- Inherited Members
Properties
LicenseIdToRenew
The ID of the SM license to renew. This license must already be assigned to an SM network
[DataMember(Name = "licenseIdToRenew")]
public string LicenseIdToRenew { get; set; }
Property Value
- string
The ID of the SM license to renew. This license must already be assigned to an SM network
UnusedLicenseId
The SM license to use to renew the seats on 'licenseIdToRenew'. This license must have at least as many seats available as there are seats on 'licenseIdToRenew'
[DataMember(Name = "unusedLicenseId")]
public string UnusedLicenseId { get; set; }
Property Value
- string
The SM license to use to renew the seats on 'licenseIdToRenew'. This license must have at least as many seats available as there are seats on 'licenseIdToRenew'