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": "b8bb53c4-751a-4d3f-b777-59693f04705a",
"AddressId": "22a153fe-dc26-4bd2-91a6-180185329e10",
"Name": "sample string 3",
"EanCode": "sample string 4",
"Type": 0,
"savingGoal": {
"Id": "877fde82-625f-4bec-826a-3423c3285505",
"ConnectionId": "09b539e5-3f5e-441d-ae6f-337f8c5fa9fc",
"SavingType": 3,
"ToSave": 4.1,
"Reference": 5.1,
"ReferenceToSave": 6.1,
"StartDate": "2026-07-01T20:57:09.7243112+02:00",
"EndDate": "2026-07-01T20:57:09.7243112+02:00",
"MeasurmentList": [
{
"Id": "53eee253-4a83-40c8-b52f-7f28e886cfc4",
"PersonId": "251a09d5-3bf7-414f-875e-70acbabe47b3",
"ConnectionId": "bed5cf99-04a3-414f-bae7-fe976c606f68",
"Created": "2026-07-01T20:57:09.7243112+02:00",
"Modified": "2026-07-01T20:57:09.7243112+02:00",
"Date": "2026-07-01T20:57:09.7243112+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": "53eee253-4a83-40c8-b52f-7f28e886cfc4",
"PersonId": "251a09d5-3bf7-414f-875e-70acbabe47b3",
"ConnectionId": "bed5cf99-04a3-414f-bae7-fe976c606f68",
"Created": "2026-07-01T20:57:09.7243112+02:00",
"Modified": "2026-07-01T20:57:09.7243112+02:00",
"Date": "2026-07-01T20:57:09.7243112+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": "53eee253-4a83-40c8-b52f-7f28e886cfc4",
"PersonId": "251a09d5-3bf7-414f-875e-70acbabe47b3",
"ConnectionId": "bed5cf99-04a3-414f-bae7-fe976c606f68",
"Created": "2026-07-01T20:57:09.7243112+02:00",
"Modified": "2026-07-01T20:57:09.7243112+02:00",
"Date": "2026-07-01T20:57:09.7243112+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": "53eee253-4a83-40c8-b52f-7f28e886cfc4",
"PersonId": "251a09d5-3bf7-414f-875e-70acbabe47b3",
"ConnectionId": "bed5cf99-04a3-414f-bae7-fe976c606f68",
"Created": "2026-07-01T20:57:09.7243112+02:00",
"Modified": "2026-07-01T20:57:09.7243112+02:00",
"Date": "2026-07-01T20:57:09.7243112+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": "53eee253-4a83-40c8-b52f-7f28e886cfc4",
"PersonId": "251a09d5-3bf7-414f-875e-70acbabe47b3",
"ConnectionId": "bed5cf99-04a3-414f-bae7-fe976c606f68",
"Created": "2026-07-01T20:57:09.7243112+02:00",
"Modified": "2026-07-01T20:57:09.7243112+02:00",
"Date": "2026-07-01T20:57:09.7243112+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": "53eee253-4a83-40c8-b52f-7f28e886cfc4",
"PersonId": "251a09d5-3bf7-414f-875e-70acbabe47b3",
"ConnectionId": "bed5cf99-04a3-414f-bae7-fe976c606f68",
"Created": "2026-07-01T20:57:09.7243112+02:00",
"Modified": "2026-07-01T20:57:09.7243112+02:00",
"Date": "2026-07-01T20:57:09.7243112+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.