ChangeProduct
Call description
This call performs an upgrade or downgrades a product for a given license. The call uses the following input parameters:
•public license key for the license you change
•new product code
•new seat quantity of the changed license
The seat quantity of the license can be increased or decreased. You can see the list of upgrade and downgrade options for the license via Detail. The public IDs of user licenses can be found using License Search call.
•This API call requires authorization; the user has to be logged in.
•Request URL: https://mspapi.eset.com/api/License/ChangeProduct
•This request is a POST call type.
Requirements
•User needs write access to the customer.
•The changed license needs to be full and active.
Call structure
{
"newProductCode": "string",
"quantity": 0,
"publicLicenseKey": "string"
}
Call parameters
Parameter |
Description |
---|---|
newProductCode |
The product codes are numeric identifiers for ESET products. The list of codes is available using the AvailableProducts call. At least one product code is required. 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. |
publicLicenseKey |
Public License ID number in the following format XXX-XXX-XXX. Mandatory input parameter. A proper value must be set. |
Response structure
A successful call returns an empty JSON response.