API Reference
cURL
curl --request POST \ --url https://saas.pads365.com/rdx/NDS.Services.Device/api/v1/device/update \ --header 'Content-Type: application/json' \ --data ' { "DeviceId": "<string>", "Label": "<string>", "MotionDelay": 123 } '
{ "Succeeded": true, "Message": "<string>", "Code": "<string>" }