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

Body

application/json
Service
string | null
ApplicationName
string | null
Amount
integer<int32>

Response

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