PUT api/Measurements?personId={personId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| personId | No documentation available. |
Define this parameter in the request URI. |
| measurement | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": "7c7149c2-220f-4132-80a6-bd8acdfb7851",
"PersonId": "0ec31a74-7a14-4ea6-9e9b-e0b98b0e6f1d",
"ConnectionId": "864dffc2-5109-4d9e-8b1b-872731386a7c",
"Created": "2026-08-17T05:27:34.8306008+02:00",
"Modified": "2026-08-17T05:27:34.8306008+02:00",
"Date": "2026-08-17T05:27:34.8306008+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.