curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Configuration/api/v1/Configuration \
--header 'Content-Type: application/json' \
--data '{
"Nodes": [
{
"Name": "<string>",
"Value": "<any>"
}
]
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Results": [
{
"Succeeded": true,
"Message": "<string>",
"Code": 123,
"Name": "<string>"
}
]
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Configuration/api/v1/Configuration \
--header 'Content-Type: application/json' \
--data '{
"Nodes": [
{
"Name": "<string>",
"Value": "<any>"
}
]
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Results": [
{
"Succeeded": true,
"Message": "<string>",
"Code": 123,
"Name": "<string>"
}
]
}
The response is of type object
.