Table of Contents

Class LicenseMoveRequest

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

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; }

Property Value

List<string>