POST
/
api
/
v1
/
license
/
ResetLicenses
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.License/api/v1/license/ResetLicenses \
  --header 'Content-Type: application/json' \
  --data '{
  "Domain": "<string>",
  "Applications": [
    {
      "Name": "<string>",
      "Type": "<string>",
      "IsUserLicense": true,
      "Licenses": [
        {
          "Id": "<string>",
          "Total": 123,
          "Used": 123,
          "IsDemo": true,
          "StartDate": "2023-11-07T05:31:56Z",
          "ExpirationDate": "2023-11-07T05:31:56Z"
        }
      ],
      "Id": "<string>"
    }
  ],
  "Licensee": "<string>",
  "ProductKey": "<string>",
  "ViewerOfflineDays": 123,
  "Contracts": [
    {
      "Type": "<string>",
      "StartDate": "2023-11-07T05:31:56Z",
      "ExpirationDate": "2023-11-07T05:31:56Z"
    }
  ]
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

application/json

Response

200 - application/json

The response is of type object.