Convert To Full
Call description
This request converts a Trial license to a Full license. You need write permissions for the customer and have to be in the direct company of the customer. If you change the number of seats, for example from 10 trial seats to 7 full license seats, the difference is dismissed, so the 3 extra seats disappear.
•This API call requires authorization; the user has to be logged in.
•Request URL: https://mspapi.eset.com/api/License/ConvertToFull
•This request is a POST call type.
Call structure
{
"publicLicenseKey": "string",
"quantity": 0
}
Call parameters
Parameter |
Description |
---|---|
publicLicenseKey |
Public License ID number in the following format XXX-XXX-XXX. Mandatory input parameter. A proper value must be set. |
quantity |
The seat count for the license. Mandatory input parameter. A proper value must be set. |
Response structure
The response contains data in the JSON format.
You get the Public license key of the converted license in the response. The new Public license key can differ from the original key.
Troubleshooting
ESET MSP Administrator 2 API uses standardized error codes. If you are getting errors or unexpected responses, see the Troubleshooting API for common problems and the list of error codes.