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": "e801b1f2-5b63-46c2-887b-2b201ec5fda9",
"AddressId": "551ec702-01c2-4fc3-be4e-2a49eb89c152",
"Name": "sample string 3",
"EanCode": "sample string 4",
"Type": 0,
"savingGoal": {
"Id": "15cc6ff2-ee12-4bdd-ac0c-db7a6678de41",
"ConnectionId": "6a1e34ef-f42b-43f8-85d5-326f41dd6b65",
"SavingType": 3,
"ToSave": 4.1,
"Reference": 5.1,
"ReferenceToSave": 6.1,
"StartDate": "2026-08-17T05:27:32.1527974+02:00",
"EndDate": "2026-08-17T05:27:32.1527974+02:00",
"MeasurmentList": [
{
"Id": "d7a3dd90-c4be-4005-9e4a-2b1913183e20",
"PersonId": "294e46bc-3d96-46f9-9b80-973203d1b78b",
"ConnectionId": "d447c634-c50e-4f98-9f33-14be468501bd",
"Created": "2026-08-17T05:27:32.1527974+02:00",
"Modified": "2026-08-17T05:27:32.1527974+02:00",
"Date": "2026-08-17T05:27:32.1527974+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": "d7a3dd90-c4be-4005-9e4a-2b1913183e20",
"PersonId": "294e46bc-3d96-46f9-9b80-973203d1b78b",
"ConnectionId": "d447c634-c50e-4f98-9f33-14be468501bd",
"Created": "2026-08-17T05:27:32.1527974+02:00",
"Modified": "2026-08-17T05:27:32.1527974+02:00",
"Date": "2026-08-17T05:27:32.1527974+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": "d7a3dd90-c4be-4005-9e4a-2b1913183e20",
"PersonId": "294e46bc-3d96-46f9-9b80-973203d1b78b",
"ConnectionId": "d447c634-c50e-4f98-9f33-14be468501bd",
"Created": "2026-08-17T05:27:32.1527974+02:00",
"Modified": "2026-08-17T05:27:32.1527974+02:00",
"Date": "2026-08-17T05:27:32.1527974+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": "d7a3dd90-c4be-4005-9e4a-2b1913183e20",
"PersonId": "294e46bc-3d96-46f9-9b80-973203d1b78b",
"ConnectionId": "d447c634-c50e-4f98-9f33-14be468501bd",
"Created": "2026-08-17T05:27:32.1527974+02:00",
"Modified": "2026-08-17T05:27:32.1527974+02:00",
"Date": "2026-08-17T05:27:32.1527974+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": "d7a3dd90-c4be-4005-9e4a-2b1913183e20",
"PersonId": "294e46bc-3d96-46f9-9b80-973203d1b78b",
"ConnectionId": "d447c634-c50e-4f98-9f33-14be468501bd",
"Created": "2026-08-17T05:27:32.1527974+02:00",
"Modified": "2026-08-17T05:27:32.1527974+02:00",
"Date": "2026-08-17T05:27:32.1527974+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": "d7a3dd90-c4be-4005-9e4a-2b1913183e20",
"PersonId": "294e46bc-3d96-46f9-9b80-973203d1b78b",
"ConnectionId": "d447c634-c50e-4f98-9f33-14be468501bd",
"Created": "2026-08-17T05:27:32.1527974+02:00",
"Modified": "2026-08-17T05:27:32.1527974+02:00",
"Date": "2026-08-17T05:27:32.1527974+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.