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

Body

application/json · object

Response

200 - application/json

The response is of type object.