POST
/
api
/
v1
/
Viewer
/
CreateViewer
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/CreateViewer \
  --header 'Content-Type: application/json' \
  --data '{
  "DestinationType": "<string>",
  "Name": "<string>",
  "Description": "<string>",
  "Password": "<string>",
  "Members": [
    "<string>"
  ],
  "MemberOf": [
    "<string>"
  ],
  "LicenseID": "<string>"
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "DestinationId": "<string>"
}

Body

application/json

Response

200 - application/json

The response is of type object.