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": "8090c824-9df4-449b-8a98-dd4b862a498f",
"AddressId": "34237043-fab3-4da9-b561-a57cc19fc814",
"Name": "sample string 3",
"EanCode": "sample string 4",
"Type": 0,
"savingGoal": {
"Id": "29d7c500-8d72-43f1-97af-7d29d91fe5c7",
"ConnectionId": "13f73ed0-a12c-496e-b981-e2ec12cbd4d8",
"SavingType": 3,
"ToSave": 4.1,
"Reference": 5.1,
"ReferenceToSave": 6.1,
"StartDate": "2026-03-27T22:45:10.2700663+01:00",
"EndDate": "2026-03-27T22:45:10.2700663+01:00",
"MeasurmentList": [
{
"Id": "36f70ed0-c43e-4d3e-b06d-f67192e883d3",
"PersonId": "7981579f-14eb-49d4-a719-e71c9fa3f709",
"ConnectionId": "bc980472-e150-4bbb-b167-b86069bc0819",
"Created": "2026-03-27T22:45:10.2700663+01:00",
"Modified": "2026-03-27T22:45:10.2700663+01:00",
"Date": "2026-03-27T22:45:10.2700663+01: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": "36f70ed0-c43e-4d3e-b06d-f67192e883d3",
"PersonId": "7981579f-14eb-49d4-a719-e71c9fa3f709",
"ConnectionId": "bc980472-e150-4bbb-b167-b86069bc0819",
"Created": "2026-03-27T22:45:10.2700663+01:00",
"Modified": "2026-03-27T22:45:10.2700663+01:00",
"Date": "2026-03-27T22:45:10.2700663+01: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": "36f70ed0-c43e-4d3e-b06d-f67192e883d3",
"PersonId": "7981579f-14eb-49d4-a719-e71c9fa3f709",
"ConnectionId": "bc980472-e150-4bbb-b167-b86069bc0819",
"Created": "2026-03-27T22:45:10.2700663+01:00",
"Modified": "2026-03-27T22:45:10.2700663+01:00",
"Date": "2026-03-27T22:45:10.2700663+01: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": "36f70ed0-c43e-4d3e-b06d-f67192e883d3",
"PersonId": "7981579f-14eb-49d4-a719-e71c9fa3f709",
"ConnectionId": "bc980472-e150-4bbb-b167-b86069bc0819",
"Created": "2026-03-27T22:45:10.2700663+01:00",
"Modified": "2026-03-27T22:45:10.2700663+01:00",
"Date": "2026-03-27T22:45:10.2700663+01: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": "36f70ed0-c43e-4d3e-b06d-f67192e883d3",
"PersonId": "7981579f-14eb-49d4-a719-e71c9fa3f709",
"ConnectionId": "bc980472-e150-4bbb-b167-b86069bc0819",
"Created": "2026-03-27T22:45:10.2700663+01:00",
"Modified": "2026-03-27T22:45:10.2700663+01:00",
"Date": "2026-03-27T22:45:10.2700663+01: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": "36f70ed0-c43e-4d3e-b06d-f67192e883d3",
"PersonId": "7981579f-14eb-49d4-a719-e71c9fa3f709",
"ConnectionId": "bc980472-e150-4bbb-b167-b86069bc0819",
"Created": "2026-03-27T22:45:10.2700663+01:00",
"Modified": "2026-03-27T22:45:10.2700663+01:00",
"Date": "2026-03-27T22:45:10.2700663+01: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.