Class OrganizationClaimResponse
ClaimRequest
[ApiAccessReadOnlyClass]
[DataContract]
public class OrganizationClaimResponse
- Inheritance
-
OrganizationClaimResponse
- Inherited Members
Constructors
OrganizationClaimResponse()
public OrganizationClaimResponse()
Properties
Licenses
The licenses that should be claimed
[DataMember(Name = "licenses")]
public List<License> Licenses { get; set; }
Property Value
Orders
The numbers of the orders that should be claimed
[DataMember(Name = "orders")]
public List<string> Orders { get; set; }
Property Value
Serials
The serials of the devices that should be claimed
[DataMember(Name = "serials")]
public List<string> Serials { get; set; }