Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
firstline1
linenumberstrue
HTTP/1.1 200 OK
Content-Type: application/hal+json

{
    "activationKey": "25N8D-NC35D-WD01P-8JI4K",
    "customer": {
        "name": "customer1"
    },
    "product": {
        "name": "product 1",
        "version": "2",
        "template": "Default",
        "licenseGeneratorType": "lm_x"
    },
    "licenseType": "local",
    "creationTime": "2014-04-14T09:45:50+00:00",
    "activatedLicenses": 7,
    "bulkMax": 10,
    "hostid": {
        "types": [
            {
                "nameRaw": "CUSTOM",
                "name": "Custom",
                "min": 1,
                "max": 1
            }
        ],
        "min": 1
    },
    "_links": {
        "self": {
            "href": "https://license.x-formation.com/rest/v1v2/license-orders/25N8D-NC35D-WD01P-8JI4K"
        }
    }
}

...