POST api/SavingGoal?personId={personId}&connectionid={connectionid}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| personId | No documentation available. |
Define this parameter in the request URI. |
| connectionid | No documentation available. |
Define this parameter in the request URI. |
| savingGoal | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": "e554f9ae-f16e-4dc9-8882-e72a4c4d263d",
"ConnectionId": "ced4f435-5977-47d0-bf61-3fb2c866d126",
"SavingType": 3,
"ToSave": 4.1,
"Reference": 5.1,
"ReferenceToSave": 6.1,
"StartDate": "2026-05-13T11:31:42.743933+02:00",
"EndDate": "2026-05-13T11:31:42.743933+02:00",
"MeasurmentList": [
{
"Id": "26696616-25aa-45cc-b95f-43239d370f08",
"PersonId": "70d4572b-2179-4296-927b-0134fa97d235",
"ConnectionId": "e466ccf5-d478-4528-9f77-a35dc8abf2a2",
"Created": "2026-05-13T11:31:42.743933+02:00",
"Modified": "2026-05-13T11:31:42.743933+02:00",
"Date": "2026-05-13T11:31:42.743933+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": "26696616-25aa-45cc-b95f-43239d370f08",
"PersonId": "70d4572b-2179-4296-927b-0134fa97d235",
"ConnectionId": "e466ccf5-d478-4528-9f77-a35dc8abf2a2",
"Created": "2026-05-13T11:31:42.743933+02:00",
"Modified": "2026-05-13T11:31:42.743933+02:00",
"Date": "2026-05-13T11:31:42.743933+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": "26696616-25aa-45cc-b95f-43239d370f08",
"PersonId": "70d4572b-2179-4296-927b-0134fa97d235",
"ConnectionId": "e466ccf5-d478-4528-9f77-a35dc8abf2a2",
"Created": "2026-05-13T11:31:42.743933+02:00",
"Modified": "2026-05-13T11:31:42.743933+02:00",
"Date": "2026-05-13T11:31:42.743933+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.