Class LicenseSeatsMoveRequest
MoveOrganizationLicensesSeats
[DataContract]
public class LicenseSeatsMoveRequest
- Inheritance
-
LicenseSeatsMoveRequest
- Inherited Members
Properties
DestOrganizationId
The ID of the organization to move the SM seats to
[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "destOrganizationId")]
public string DestOrganizationId { get; set; }
Property Value
LicenseId
The ID of the SM license to move the seats from
[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "licenseId")]
public string LicenseId { get; set; }
Property Value
SeatCount
The number of seats to move to the new organization. Must be less than or equal to the total number of seats of the license
[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "seatCount")]
public int? SeatCount { get; set; }
Property Value
- int?