POST
/
api
/
v1
/
license
/
activateLicense
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.License/api/v1/license/activateLicense \
  --header 'Content-Type: application/json' \
  --data '{
  "ProductKey": "<string>",
  "CustomerInfo": {
    "Company": "<string>",
    "Address": "<string>",
    "City": "<string>",
    "Zipcode": "<string>",
    "Country": "<string>",
    "Website": "<string>",
    "FirstName": "<string>",
    "LastName": "<string>",
    "Phone": "<string>",
    "Email": "<string>",
    "EulaVersion": "<string>",
    "AcceptedEula": true,
    "AcceptedGDPR": true
  }
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

application/json

Response

200 - application/json

The response is of type object.