POST api/UnitDebugging

Creates PowerReading.

Request Information

URI Parameters

None.

Body Parameters

UnitDebugging
NameDescriptionTypeAdditional information
AddressID

string

None.

Time

date

None.

UnitID

integer

None.

Response

boolean

None.

ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AddressID": "sample string 1",
  "Time": "2024-07-27T10:05:30.0491745+02:00",
  "UnitID": 3,
  "Response": true,
  "ID": 5
}

text/html

Sample:
{"AddressID":"sample string 1","Time":"2024-07-27T10:05:30.0491745+02:00","UnitID":3,"Response":true,"ID":5}

application/xml, text/xml

Sample:
<UnitDebugging xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZPPModel">
  <ID>5</ID>
  <AddressID>sample string 1</AddressID>
  <Response>true</Response>
  <Time>2024-07-27T10:05:30.0491745+02:00</Time>
  <UnitID>3</UnitID>
</UnitDebugging>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.