Search our documentation...

Simply enter what you are looking for!

editLicense

Description

This action will edit exists license under your partner account

Example

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

Parameters

Parameter 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
5887980319a464498902b0cd
license_key String The License Key
  • License Key
  • IP Address
License-5887980319a464498902b0cd or 1.1.1.1
product_id String The Product id you want to create license to
  • 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