Skip to main content
POST
/
api
/
v1
/
Viewer
/
EditViewerSettings
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/EditViewerSettings \
  --header 'Content-Type: application/json' \
  --data '
{
  "Settings": [
    {
      "ViewerId": "<string>",
      "Settings": [
        {
          "Id": "<string>",
          "Value": "<unknown>"
        }
      ]
    }
  ]
}
'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Results": [
    {
      "ViewerId": "<string>",
      "Succeeded": true,
      "Message": "<string>",
      "Code": 123
    }
  ]
}

Body

application/json
Settings
object[]
required

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null
Results
object[] | null