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>"
}
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>"
}
The response is of type object
.