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": "b7165063-aa54-4ed3-8928-766b4adf39d2",
"PersonId": "9e558aaf-cf13-4d88-9336-7eb483036480",
"ConnectionId": "e9ac0db1-8b13-49aa-9fe8-e89c7197ddcd",
"Created": "2026-05-13T11:30:13.3454473+02:00",
"Modified": "2026-05-13T11:30:13.3454473+02:00",
"Date": "2026-05-13T11:30:13.3454473+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.