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": "cacdb6a2-2fb4-4946-9de0-36cb53ace6cd",
"PersonId": "58403137-2386-4d59-a752-77b9f038ec7f",
"ConnectionId": "06cda468-91f4-45af-92b1-0210de2913c9",
"Created": "2026-07-01T20:57:16.6655545+02:00",
"Modified": "2026-07-01T20:57:16.6655545+02:00",
"Date": "2026-07-01T20:57:16.6655545+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.