Skip to main content
POST
/
api
/
v1
/
license
/
activateLicense
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.License/api/v1/license/activateLicense \
  --header 'Content-Type: application/json' \
  --data '
{
  "ProductKey": "<string>"
}
'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

application/json
ProductKey
string | null
Pattern: ^([A-Za-z0-9]{5}-){4}[A-Za-z0-9]{5}$
CustomerInfo
object

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null