License Server Order
Use this call to send a new order to the license server.
Make sure to login to the license server before sending this order.
Resource
POST /licenses/licenseserver/order
Parameters
None
Payload
Response
"installation succesfull" when order and installation is succesfull.
Context
Authorization |
Master |
Errors
Example
Request
POST http://sip.xelion.nl/api/v1/master/licenses/licenseserver/order
Payload
When ordering a new license
{
"quantity": 10,
"systemType": "MT",
"licenseType": "user",
"resellerId": "1399955"
}
When increasing a existing license
{
"quantity": 10
}