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": "3d0eefc8-128d-4ba6-8a1f-53464b78f168",
"PersonId": "42189152-0cd3-4156-a7ea-6fa1cab847b1",
"ConnectionId": "6e038d13-c219-441b-a669-19ec777cbd3b",
"Created": "2025-12-17T01:19:22.0267709+01:00",
"Modified": "2025-12-17T01:19:22.0267709+01:00",
"Date": "2025-12-17T01:19:22.0267709+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.