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>"
}
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>"
}
The response is of type object
.