DELETE api/LiveIOTDataNH3/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LiveIOTDataNH3| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DeviceId | integer |
None. |
|
| NH3 | decimal number |
None. |
|
| CreatedAt | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"DeviceId": 2,
"NH3": 1.0,
"CreatedAt": "2025-12-06T10:23:15.8138917+06:00"
}
application/xml, text/xml
Sample:
<LiveIOTDataNH3 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoultryManagementAPI.Models"> <CreatedAt>2025-12-06T10:23:15.8138917+06:00</CreatedAt> <DeviceId>2</DeviceId> <Id>1</Id> <NH3>1</NH3> </LiveIOTDataNH3>