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": "09a050ce-fae4-4319-a16c-010db667a6c0", "PersonId": "e81fc7ee-f200-492c-ad9a-095df49e534b", "ConnectionId": "3f479b4f-e52b-4e80-9088-622200f56805", "Created": "2025-04-04T04:27:21.1977849+02:00", "Modified": "2025-04-04T04:27:21.1977849+02:00", "Date": "2025-04-04T04:27:21.1977849+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.