POST
/
api
/
v1
/
license
/
SetServiceLicenses
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

Response

200 - application/json

The response is of type object.