Class LicenseMoveRequest
MoveOrganizationLicenses
[DataContract]
public class LicenseMoveRequest
- Inheritance
-
LicenseMoveRequest
- Inherited Members
Properties
DestinationOrganizationId
The ID of the organization to move the licenses to
[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "destOrganizationId")]
public string DestinationOrganizationId { get; set; }
Property Value
LicenseIds
A list of IDs of licenses to move to the new organization
[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "licenseIds")]
public List<string> LicenseIds { get; set; }