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": "b513cd1e-d9cc-4b3b-b95c-c0649941b9dd", "AddressId": "982a2a68-a19d-4f9c-9193-61cce4ea2868", "Name": "sample string 3", "EanCode": "sample string 4", "Type": 0, "savingGoal": { "Id": "0aa96508-33b0-4500-9a19-9fe63c4ee7b7", "ConnectionId": "3aece741-a8cd-4b5a-8c4d-3de5f1d04270", "SavingType": 3, "ToSave": 4.1, "Reference": 5.1, "ReferenceToSave": 6.1, "StartDate": "2025-09-16T00:40:02.3169799+02:00", "EndDate": "2025-09-16T00:40:02.3169799+02:00", "MeasurmentList": [ { "Id": "520d5015-df71-4b89-9731-9384223d913b", "PersonId": "8e521979-b6e3-4b69-98ea-9640978546aa", "ConnectionId": "0fbfd1a7-7045-420a-8651-871c6df920a9", "Created": "2025-09-16T00:40:02.3169799+02:00", "Modified": "2025-09-16T00:40:02.3169799+02:00", "Date": "2025-09-16T00:40:02.3169799+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": "520d5015-df71-4b89-9731-9384223d913b", "PersonId": "8e521979-b6e3-4b69-98ea-9640978546aa", "ConnectionId": "0fbfd1a7-7045-420a-8651-871c6df920a9", "Created": "2025-09-16T00:40:02.3169799+02:00", "Modified": "2025-09-16T00:40:02.3169799+02:00", "Date": "2025-09-16T00:40:02.3169799+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": "520d5015-df71-4b89-9731-9384223d913b", "PersonId": "8e521979-b6e3-4b69-98ea-9640978546aa", "ConnectionId": "0fbfd1a7-7045-420a-8651-871c6df920a9", "Created": "2025-09-16T00:40:02.3169799+02:00", "Modified": "2025-09-16T00:40:02.3169799+02:00", "Date": "2025-09-16T00:40:02.3169799+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": "520d5015-df71-4b89-9731-9384223d913b", "PersonId": "8e521979-b6e3-4b69-98ea-9640978546aa", "ConnectionId": "0fbfd1a7-7045-420a-8651-871c6df920a9", "Created": "2025-09-16T00:40:02.3169799+02:00", "Modified": "2025-09-16T00:40:02.3169799+02:00", "Date": "2025-09-16T00:40:02.3169799+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": "520d5015-df71-4b89-9731-9384223d913b", "PersonId": "8e521979-b6e3-4b69-98ea-9640978546aa", "ConnectionId": "0fbfd1a7-7045-420a-8651-871c6df920a9", "Created": "2025-09-16T00:40:02.3169799+02:00", "Modified": "2025-09-16T00:40:02.3169799+02:00", "Date": "2025-09-16T00:40:02.3169799+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": "520d5015-df71-4b89-9731-9384223d913b", "PersonId": "8e521979-b6e3-4b69-98ea-9640978546aa", "ConnectionId": "0fbfd1a7-7045-420a-8651-871c6df920a9", "Created": "2025-09-16T00:40:02.3169799+02:00", "Modified": "2025-09-16T00:40:02.3169799+02:00", "Date": "2025-09-16T00:40:02.3169799+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.