PUT api/LiveIOTDataNH3/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

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:22:00.7402688+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:22:00.7402688+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

None.