POST api/Measurements

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
measurement
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": "9b7a0290-97f6-4326-adb0-7df92030ef13",
  "PersonId": "e18e815b-0609-47cf-b096-7f0598d9b2dc",
  "ConnectionId": "0b1c8b91-ec5e-49e3-816e-f456974a2592",
  "Created": "2024-10-02T12:30:06.1765888+02:00",
  "Modified": "2024-10-02T12:30:06.1765888+02:00",
  "Date": "2024-10-02T12:30:06.1765888+02:00",
  "Value": 7.0,
  "Sum": 8.0,
  "Used": 9.0,
  "Moderator": "sample string 10",
  "Remark": "sample string 11",
  "UnixTimeStamp": 12.1,
  "EanCode": "sample string 13",
  "Type": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.