POST api/LiveIOTDataNH3

Request Information

URI Parameters

None.

Body Parameters

LiveIOTDataNH3
NameDescriptionTypeAdditional information
Id

integer

None.

DeviceId

integer

None.

NH3

decimal number

None.

CreatedAt

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "DeviceId": 2,
  "NH3": 1.0,
  "CreatedAt": "2025-12-06T10:21:47.902891+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:21:47.902891+06:00</CreatedAt>
  <DeviceId>2</DeviceId>
  <Id>1</Id>
  <NH3>1</NH3>
</LiveIOTDataNH3>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LiveIOTDataNH3
NameDescriptionTypeAdditional 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:21:47.902891+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:21:47.902891+06:00</CreatedAt>
  <DeviceId>2</DeviceId>
  <Id>1</Id>
  <NH3>1</NH3>
</LiveIOTDataNH3>