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": "8f968e0d-8d4f-419e-947f-3cfd90971a4b",
"ConnectionId": "f535b774-5810-46e7-b521-f8b6290e6f87",
"SavingType": 3,
"ToSave": 4.1,
"Reference": 5.1,
"ReferenceToSave": 6.1,
"StartDate": "2026-08-17T05:30:34.674177+02:00",
"EndDate": "2026-08-17T05:30:34.674177+02:00",
"MeasurmentList": [
{
"Id": "ca6051d6-e582-4e8a-98b2-4dead8f7b985",
"PersonId": "87aea105-f017-4106-b8e8-32cc871a5283",
"ConnectionId": "ea0d4864-bc3b-48eb-8619-88f8d060c2c3",
"Created": "2026-08-17T05:30:34.674177+02:00",
"Modified": "2026-08-17T05:30:34.674177+02:00",
"Date": "2026-08-17T05:30:34.674177+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": "ca6051d6-e582-4e8a-98b2-4dead8f7b985",
"PersonId": "87aea105-f017-4106-b8e8-32cc871a5283",
"ConnectionId": "ea0d4864-bc3b-48eb-8619-88f8d060c2c3",
"Created": "2026-08-17T05:30:34.674177+02:00",
"Modified": "2026-08-17T05:30:34.674177+02:00",
"Date": "2026-08-17T05:30:34.674177+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": "ca6051d6-e582-4e8a-98b2-4dead8f7b985",
"PersonId": "87aea105-f017-4106-b8e8-32cc871a5283",
"ConnectionId": "ea0d4864-bc3b-48eb-8619-88f8d060c2c3",
"Created": "2026-08-17T05:30:34.674177+02:00",
"Modified": "2026-08-17T05:30:34.674177+02:00",
"Date": "2026-08-17T05:30:34.674177+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.