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": "a6f09806-b043-46a4-99d3-dc113e3446a9", "PersonId": "1da66a44-67a3-4ee9-91f4-9535f64272df", "ConnectionId": "e43e8130-9b47-49aa-bb73-6912b5c2f8ca", "Created": "2025-09-16T00:40:02.1247342+02:00", "Modified": "2025-09-16T00:40:02.1247342+02:00", "Date": "2025-09-16T00:40:02.1247342+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.