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.