Skip to main content
Question

Release License API

  • March 21, 2025
  • 2 replies
  • 39 views

Forum|alt.badge.img+3

Hi! I had been using the release license API and it used to work, until today. I am not sure if something changed in the backend, or am I missing something in the payload?

 

Payload1:

{

"isClientLevelOperation": true,

"licensesInfo": [

{

"platformType": 1

}

],

"clientEntity": {

"clientId": 12345

},

"license": {

"licenseName": "Server File System - Windows File System"

}

}

Payload2:

{

"isClientLevelOperation": true,

"licensesInfo": [

{

"platformType": 1

}

],

"clientEntity": {

"clientId": 12345

}

}

 

Response:

{

"warningCode": 0,

"errorMessage": "",

"errorCode": 0,

"warningMessage": ""

}

 

Even tho I see an error code 0, the license is not released.

 

2 replies

Damian Andre
Vaulter
Forum|alt.badge.img+27
  • Vaulter
  • March 31, 2025

Hi ​@Prashant Mall,

Did you get this figured out? is release license working from the UI side?


Forum|alt.badge.img+3
  • Author
  • Apprentice
  • March 31, 2025

Hi ​@Prashant Mall,

Did you get this figured out? is release license working from the UI side?

Hi! It is working from the UI side but not via APIs.