editLicense

Description

This function lets you edit existing license(s) under your partner account

Parameters

Parameter name Type Description Possible values Example
output String The requested returned output type, The default is json
  • json - Default
  • xml
  • text
  • debug
xml
task String Required The task you want to perform on the selected license
  • cancel - Cancel the license
  • suspend - Suspend the license
  • unsuspend - UnSuspend the license and reissue it
  • reissue - Reissue the license
  • changeip - Change the license IP Address (only applies to a IP based products)
reissue
license_id String The License id for the license that you want to edit. You must provide this parameter unless you provide the license_key and product_id parameters.
  • License ID
5888bf6319a464498902b0ce
license_key String The License Key (When using the license key parameter, the product id parameter must also be provided)
  • License Key
  • IP Address
License-5888bf6319a464498902b0ce or 1.1.1.1
product_id String The Product id
  • Product ID
5887980319a464498902b0cd
ip String The new IP Address to want to change to this license. pass only if changeip task is passed
  • IP Address
1.1.1.1

Returns

None

Example

https://api.jetlicense.com/?action=editLicense&license_id=5887980319a464498902b0cd&task=suspend