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": "f5cb3792-9910-4498-94dd-2fe4c87d513e",
"PersonId": "7c177f52-2bda-4efd-b683-cda55615a6f3",
"ConnectionId": "7a0f4edc-23e5-4cad-bb70-7755d8d5525b",
"Created": "2026-03-27T22:45:10.7867981+01:00",
"Modified": "2026-03-27T22:45:10.7867981+01:00",
"Date": "2026-03-27T22:45:10.7867981+01: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.