PUT api/Connection?personId={personId}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
personId | No documentation available. |
Define this parameter in the request URI. |
connectionDto | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Id": "5525283f-fdfc-46fc-a2b6-3100232aaa15", "AddressId": "b54c8aea-270e-47ba-ad14-197355b41a84", "Name": "sample string 3", "EanCode": "sample string 4", "Type": 0, "savingGoal": { "Id": "fbf4b81c-aaf5-4b63-8683-f34e423d3123", "ConnectionId": "644e97af-142a-4182-9c82-04246026e8bb", "SavingType": 3, "ToSave": 4.1, "Reference": 5.1, "ReferenceToSave": 6.1, "StartDate": "2025-09-16T00:40:33.300724+02:00", "EndDate": "2025-09-16T00:40:33.300724+02:00", "MeasurmentList": [ { "Id": "d9504e3a-14f8-4d59-8d51-3e0919c0d9b2", "PersonId": "90e111c0-4a33-4460-bd37-9c30b15f569e", "ConnectionId": "c0534d27-8d44-4b35-a316-423e063e7d7a", "Created": "2025-09-16T00:40:33.300724+02:00", "Modified": "2025-09-16T00:40:33.300724+02:00", "Date": "2025-09-16T00:40:33.300724+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 }, { "Id": "d9504e3a-14f8-4d59-8d51-3e0919c0d9b2", "PersonId": "90e111c0-4a33-4460-bd37-9c30b15f569e", "ConnectionId": "c0534d27-8d44-4b35-a316-423e063e7d7a", "Created": "2025-09-16T00:40:33.300724+02:00", "Modified": "2025-09-16T00:40:33.300724+02:00", "Date": "2025-09-16T00:40:33.300724+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 }, { "Id": "d9504e3a-14f8-4d59-8d51-3e0919c0d9b2", "PersonId": "90e111c0-4a33-4460-bd37-9c30b15f569e", "ConnectionId": "c0534d27-8d44-4b35-a316-423e063e7d7a", "Created": "2025-09-16T00:40:33.300724+02:00", "Modified": "2025-09-16T00:40:33.300724+02:00", "Date": "2025-09-16T00:40:33.300724+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 } ] }, "MeasurementList": [ { "Id": "d9504e3a-14f8-4d59-8d51-3e0919c0d9b2", "PersonId": "90e111c0-4a33-4460-bd37-9c30b15f569e", "ConnectionId": "c0534d27-8d44-4b35-a316-423e063e7d7a", "Created": "2025-09-16T00:40:33.300724+02:00", "Modified": "2025-09-16T00:40:33.300724+02:00", "Date": "2025-09-16T00:40:33.300724+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 }, { "Id": "d9504e3a-14f8-4d59-8d51-3e0919c0d9b2", "PersonId": "90e111c0-4a33-4460-bd37-9c30b15f569e", "ConnectionId": "c0534d27-8d44-4b35-a316-423e063e7d7a", "Created": "2025-09-16T00:40:33.300724+02:00", "Modified": "2025-09-16T00:40:33.300724+02:00", "Date": "2025-09-16T00:40:33.300724+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 }, { "Id": "d9504e3a-14f8-4d59-8d51-3e0919c0d9b2", "PersonId": "90e111c0-4a33-4460-bd37-9c30b15f569e", "ConnectionId": "c0534d27-8d44-4b35-a316-423e063e7d7a", "Created": "2025-09-16T00:40:33.300724+02:00", "Modified": "2025-09-16T00:40:33.300724+02:00", "Date": "2025-09-16T00:40:33.300724+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.