Install License File


Use this request to post a new License file to Xelion.
This file is installed on the server as a new license.
It is recommended to check the license list after this call to determine that the license is installed correctly.

Resource

POST /licenses/install

Parameters

None

Payload

Response

None

Context

Authorization

Master

Errors

Example

Request
POST http://sip.xelion.nl/api/v1/master/licenses/install
Payload

license file as binary string

{
      "originalLocation": "license",
      "commonName": "license",
      "mimeType": "",
      "contentsB64String":  "SUQsVm9vcmxldHRlcnMsVm9vcm5hYW0sVHVzc2Vudm9lZ3NlbCxBY2h0Z"
}