Table of Contents

Class OrganizationClaimRequest

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

ClaimRequest

[DataContract]
public class OrganizationClaimRequest
Inheritance
OrganizationClaimRequest
Inherited Members

Properties

Licenses

The licenses that should be claimed

[DataMember(Name = "licenses")]
public List<License>? Licenses { get; set; }

Property Value

List<License>

The licenses that should be claimed

Orders

The numbers of the orders that should be claimed

[DataMember(Name = "orders")]
public List<string>? Orders { get; set; }

Property Value

List<string>

The numbers of the orders that should be claimed

Serials

The serials of the devices that should be claimed

[DataMember(Name = "serials")]
public List<string>? Serials { get; set; }

Property Value

List<string>

The serials of the devices that should be claimed