POST api/peoplesense
Request Information
URI Parameters
None.
Body Parameters
Root| Name | Description | Type | Additional information |
|---|---|---|---|
| serial | string |
None. |
|
| eventOccuredAt | date |
None. |
|
| data | Data |
None. |
Request Formats
application/json, text/json
Sample:
{
"serial": "sample string 1",
"eventOccuredAt": "2025-10-29T11:35:49.2214377+00:00",
"data": {
"PipPacketType": "sample string 1",
"PipEventId": "sample string 2",
"Status": "sample string 3",
"Voltage": 4.1,
"Count": 5,
"TotalCount": 6,
"UpdateType": "sample string 7",
"RSSI": 8
}
}
application/xml, text/xml
Sample:
<PeopleSenseController.Root xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Controllers">
<data>
<Count>5</Count>
<PipEventId>sample string 2</PipEventId>
<PipPacketType>sample string 1</PipPacketType>
<RSSI>8</RSSI>
<Status>sample string 3</Status>
<TotalCount>6</TotalCount>
<UpdateType>sample string 7</UpdateType>
<Voltage>4.1</Voltage>
</data>
<eventOccuredAt>2025-10-29T11:35:49.2214377+00:00</eventOccuredAt>
<serial>sample string 1</serial>
</PeopleSenseController.Root>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.