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": "f21d5c56-d414-4915-a08a-0144d31007dd",
"AddressId": "bff538a7-4691-45a7-ab26-dd870b759a69",
"Name": "sample string 3",
"EanCode": "sample string 4",
"Type": 0,
"savingGoal": {
"Id": "0baaf03f-43ad-45a7-aa62-8e1add9532d8",
"ConnectionId": "50925eba-046f-4fbc-8114-38ddb2530334",
"SavingType": 3,
"ToSave": 4.1,
"Reference": 5.1,
"ReferenceToSave": 6.1,
"StartDate": "2026-05-13T11:30:08.1830952+02:00",
"EndDate": "2026-05-13T11:30:08.1830952+02:00",
"MeasurmentList": [
{
"Id": "3e106ea4-b1a0-4886-85f6-18c0fcba5b01",
"PersonId": "87baf42e-c1cc-4ea1-ac48-b7f4cc72200d",
"ConnectionId": "79242d9e-71c2-4df5-a1b0-d6aa957b6a61",
"Created": "2026-05-13T11:30:08.1830952+02:00",
"Modified": "2026-05-13T11:30:08.1830952+02:00",
"Date": "2026-05-13T11:30:08.1830952+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": "3e106ea4-b1a0-4886-85f6-18c0fcba5b01",
"PersonId": "87baf42e-c1cc-4ea1-ac48-b7f4cc72200d",
"ConnectionId": "79242d9e-71c2-4df5-a1b0-d6aa957b6a61",
"Created": "2026-05-13T11:30:08.1830952+02:00",
"Modified": "2026-05-13T11:30:08.1830952+02:00",
"Date": "2026-05-13T11:30:08.1830952+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": "3e106ea4-b1a0-4886-85f6-18c0fcba5b01",
"PersonId": "87baf42e-c1cc-4ea1-ac48-b7f4cc72200d",
"ConnectionId": "79242d9e-71c2-4df5-a1b0-d6aa957b6a61",
"Created": "2026-05-13T11:30:08.1830952+02:00",
"Modified": "2026-05-13T11:30:08.1830952+02:00",
"Date": "2026-05-13T11:30:08.1830952+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": "3e106ea4-b1a0-4886-85f6-18c0fcba5b01",
"PersonId": "87baf42e-c1cc-4ea1-ac48-b7f4cc72200d",
"ConnectionId": "79242d9e-71c2-4df5-a1b0-d6aa957b6a61",
"Created": "2026-05-13T11:30:08.1830952+02:00",
"Modified": "2026-05-13T11:30:08.1830952+02:00",
"Date": "2026-05-13T11:30:08.1830952+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": "3e106ea4-b1a0-4886-85f6-18c0fcba5b01",
"PersonId": "87baf42e-c1cc-4ea1-ac48-b7f4cc72200d",
"ConnectionId": "79242d9e-71c2-4df5-a1b0-d6aa957b6a61",
"Created": "2026-05-13T11:30:08.1830952+02:00",
"Modified": "2026-05-13T11:30:08.1830952+02:00",
"Date": "2026-05-13T11:30:08.1830952+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": "3e106ea4-b1a0-4886-85f6-18c0fcba5b01",
"PersonId": "87baf42e-c1cc-4ea1-ac48-b7f4cc72200d",
"ConnectionId": "79242d9e-71c2-4df5-a1b0-d6aa957b6a61",
"Created": "2026-05-13T11:30:08.1830952+02:00",
"Modified": "2026-05-13T11:30:08.1830952+02:00",
"Date": "2026-05-13T11:30:08.1830952+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.