English
API Reference
cURL
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>" } ] }
Show child attributes