Thank you very much Julia,
I have two attributes like the followings
“attributes”: [
{
“name”: “phonename”,
“dataType”: “string”
},
{
“name”: “phonestatus”,
“dataType”: “number”
}
]
I want to pass the attributes value(Parameters) from POSTMAN.
Example:POST https://5ca5f7f18b62290008d0e84d.onlosant.com/devices/deviceid/
Here I want to POST Data of two attributes(Phonename=“Iphone7” & Phonestatsus=1)
from POSTMAN.
please send me samples
Thanks
Sivasankari S