POST api/Connection?personId={personId}&addressId={addressId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| personId | No documentation available. |
Define this parameter in the request URI. |
| addressId | No documentation available. |
Define this parameter in the request URI. |
| connection | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": "ae175d0d-1b26-40bf-b172-8e70f12982d8",
"AddressId": "d5d44f34-6295-4807-9ae4-50f80cbd4243",
"Name": "sample string 3",
"EanCode": "sample string 4",
"Type": 0,
"savingGoal": {
"Id": "3063bfba-d075-457f-b5f9-aa59b63ed010",
"ConnectionId": "79b0c241-8e21-450f-b0d9-c9797c7670aa",
"SavingType": 3,
"ToSave": 4.1,
"Reference": 5.1,
"ReferenceToSave": 6.1,
"StartDate": "2026-05-13T11:30:20.2213956+02:00",
"EndDate": "2026-05-13T11:30:20.2213956+02:00",
"MeasurmentList": [
{
"Id": "63ae93cc-a3eb-4b87-bb08-629c53470c6a",
"PersonId": "41c509b0-7076-458a-aa15-b6a1b18689a8",
"ConnectionId": "1708270f-49a2-4de4-a4a5-569d0468aa84",
"Created": "2026-05-13T11:30:20.2213956+02:00",
"Modified": "2026-05-13T11:30:20.2213956+02:00",
"Date": "2026-05-13T11:30:20.2213956+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": "63ae93cc-a3eb-4b87-bb08-629c53470c6a",
"PersonId": "41c509b0-7076-458a-aa15-b6a1b18689a8",
"ConnectionId": "1708270f-49a2-4de4-a4a5-569d0468aa84",
"Created": "2026-05-13T11:30:20.2213956+02:00",
"Modified": "2026-05-13T11:30:20.2213956+02:00",
"Date": "2026-05-13T11:30:20.2213956+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": "63ae93cc-a3eb-4b87-bb08-629c53470c6a",
"PersonId": "41c509b0-7076-458a-aa15-b6a1b18689a8",
"ConnectionId": "1708270f-49a2-4de4-a4a5-569d0468aa84",
"Created": "2026-05-13T11:30:20.2213956+02:00",
"Modified": "2026-05-13T11:30:20.2213956+02:00",
"Date": "2026-05-13T11:30:20.2213956+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": "63ae93cc-a3eb-4b87-bb08-629c53470c6a",
"PersonId": "41c509b0-7076-458a-aa15-b6a1b18689a8",
"ConnectionId": "1708270f-49a2-4de4-a4a5-569d0468aa84",
"Created": "2026-05-13T11:30:20.2213956+02:00",
"Modified": "2026-05-13T11:30:20.2213956+02:00",
"Date": "2026-05-13T11:30:20.2213956+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": "63ae93cc-a3eb-4b87-bb08-629c53470c6a",
"PersonId": "41c509b0-7076-458a-aa15-b6a1b18689a8",
"ConnectionId": "1708270f-49a2-4de4-a4a5-569d0468aa84",
"Created": "2026-05-13T11:30:20.2213956+02:00",
"Modified": "2026-05-13T11:30:20.2213956+02:00",
"Date": "2026-05-13T11:30:20.2213956+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": "63ae93cc-a3eb-4b87-bb08-629c53470c6a",
"PersonId": "41c509b0-7076-458a-aa15-b6a1b18689a8",
"ConnectionId": "1708270f-49a2-4de4-a4a5-569d0468aa84",
"Created": "2026-05-13T11:30:20.2213956+02:00",
"Modified": "2026-05-13T11:30:20.2213956+02:00",
"Date": "2026-05-13T11:30:20.2213956+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.