POST api/Measurements
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| measurement | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": "b66ada03-2b36-4439-bf50-2df1e8ba9db3",
"PersonId": "144af6bb-f89f-4502-8f87-f636f18aeb44",
"ConnectionId": "506f0e89-9ca8-4a0d-a3b6-e75080f56a25",
"Created": "2026-05-13T11:30:08.1845645+02:00",
"Modified": "2026-05-13T11:30:08.1845645+02:00",
"Date": "2026-05-13T11:30:08.1845645+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.