v1

latestOpenAPI 3.0.0raw.githubusercontent.com2024-07-082612.0 KB

Provide ENC information from sales catalog service.

Given a list of ENC name identifiers, return all the versions of the ENCs from sales catalog service.

post/productInformation/productIdentifiers

Request body

string[] required

Response

A JSON body that containing the information of ENCs.

Example response

{
  "products": [
    {
      "productName": "GB102505",
      "editionNumber": 1,
      "dates": [
        {
          "issueDate": "2019-10-27T00:00:00Z"
        }
      ],
      "cancellation": {
        "editionNumber": 0,
        "updateNumber": 8
      },
      "fileSize": 2012,
      "bundle": [
        {
          "bundleType": "DVD",
          "location": "M1;B3"
        }
      ]
    }
  ],
  "productCounts": {
    "requestedProductsNotReturned": [
      {
        "productName": "GB102505"
      }
    ]
  }
}
All 2 operations