Unassigned Licenses Data Type

Unassigned Purchase view for group-based licensing information. Does not apply to non-group based licensing.

Properties
Name Type Description
orderId string The order ID
purchaseDetails array of Unassigned License Details List of objects containing unassigned purchase details

Example

{
  "orderId" : "HP_17:603",
  "purchaseDetails" : [ {
    "sku" : "SPA-60802-003",
    "description" : "Silver Universal Annual Subscription",
    "quantity" : 321,
    "startDate" : "2017-01-01T11:04:30.455Z",
    "endDate" : "2017-01-01T11:04:30.455Z"
  }, {
    "sku" : "...",
    "description" : "...",
    "quantity" : 12345,
    "startDate" : "2017-01-14T16:40:03.545Z",
    "endDate" : "2017-01-14T16:40:03.545Z"
  } ]
}