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": "453fa751-5516-46f1-94d5-4ae1b2a10412",
"AddressId": "a6496519-e63a-47a6-a8dd-eb516e4d8adf",
"Name": "sample string 3",
"EanCode": "sample string 4",
"Type": 0,
"savingGoal": {
"Id": "8d6d9143-8d50-4b7c-81fb-f438be6d790f",
"ConnectionId": "b4647823-7c7b-43d6-82c5-516054fd19ee",
"SavingType": 3,
"ToSave": 4.1,
"Reference": 5.1,
"ReferenceToSave": 6.1,
"StartDate": "2026-08-17T05:27:52.8610643+02:00",
"EndDate": "2026-08-17T05:27:52.8610643+02:00",
"MeasurmentList": [
{
"Id": "69aedb34-e30e-463d-91ff-a00d9bd9e477",
"PersonId": "e21035ba-af82-4b10-a4b9-331b5767a9c7",
"ConnectionId": "bad71ce7-8c1c-4f71-a610-d5bf12a00754",
"Created": "2026-08-17T05:27:52.8610643+02:00",
"Modified": "2026-08-17T05:27:52.8610643+02:00",
"Date": "2026-08-17T05:27:52.8610643+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": "69aedb34-e30e-463d-91ff-a00d9bd9e477",
"PersonId": "e21035ba-af82-4b10-a4b9-331b5767a9c7",
"ConnectionId": "bad71ce7-8c1c-4f71-a610-d5bf12a00754",
"Created": "2026-08-17T05:27:52.8610643+02:00",
"Modified": "2026-08-17T05:27:52.8610643+02:00",
"Date": "2026-08-17T05:27:52.8610643+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": "69aedb34-e30e-463d-91ff-a00d9bd9e477",
"PersonId": "e21035ba-af82-4b10-a4b9-331b5767a9c7",
"ConnectionId": "bad71ce7-8c1c-4f71-a610-d5bf12a00754",
"Created": "2026-08-17T05:27:52.8610643+02:00",
"Modified": "2026-08-17T05:27:52.8610643+02:00",
"Date": "2026-08-17T05:27:52.8610643+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": "69aedb34-e30e-463d-91ff-a00d9bd9e477",
"PersonId": "e21035ba-af82-4b10-a4b9-331b5767a9c7",
"ConnectionId": "bad71ce7-8c1c-4f71-a610-d5bf12a00754",
"Created": "2026-08-17T05:27:52.8610643+02:00",
"Modified": "2026-08-17T05:27:52.8610643+02:00",
"Date": "2026-08-17T05:27:52.8610643+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": "69aedb34-e30e-463d-91ff-a00d9bd9e477",
"PersonId": "e21035ba-af82-4b10-a4b9-331b5767a9c7",
"ConnectionId": "bad71ce7-8c1c-4f71-a610-d5bf12a00754",
"Created": "2026-08-17T05:27:52.8610643+02:00",
"Modified": "2026-08-17T05:27:52.8610643+02:00",
"Date": "2026-08-17T05:27:52.8610643+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": "69aedb34-e30e-463d-91ff-a00d9bd9e477",
"PersonId": "e21035ba-af82-4b10-a4b9-331b5767a9c7",
"ConnectionId": "bad71ce7-8c1c-4f71-a610-d5bf12a00754",
"Created": "2026-08-17T05:27:52.8610643+02:00",
"Modified": "2026-08-17T05:27:52.8610643+02:00",
"Date": "2026-08-17T05:27:52.8610643+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.