The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /Sensor/GZDData HTTP/1.1
Host: 188.68.237.94
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"SensorId":"String","SensorAddress":"String","TunnelId":"String","TunnelName":"String","Dir":"String","GZDValue":0,"Freq":0,"Command":"String","Status":"String","ErrorMessage":"String","ErrList":[0],"DeviceList":[{"ActionName":"String","DeviceNumber":"String","ActionResult":"String","ByteData":"AA==","ByteResult":"AA==","ErrorMessage":"String","ConnectStatus":0,"ByteDataHstr":"00"}]}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"Command":"String","Status":"String","ErrorMessage":"String","ErrList":[0],"DeviceList":[{"ActionName":"String","DeviceNumber":"String","ActionResult":"String","ByteData":"AA==","ByteResult":"AA==","ErrorMessage":"String","ConnectStatus":0,"ByteDataHstr":"00"}]}