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": "e2112ba5-91ed-4407-abf6-ff2984d8d85c",
"ConnectionId": "6fa7ec39-9447-4f0d-87be-9bae15af9ca4",
"SavingType": 3,
"ToSave": 4.1,
"Reference": 5.1,
"ReferenceToSave": 6.1,
"StartDate": "2026-03-27T22:48:23.4511995+01:00",
"EndDate": "2026-03-27T22:48:23.4511995+01:00",
"MeasurmentList": [
{
"Id": "0b67deb8-a053-414c-892d-c28bc28a6a3d",
"PersonId": "fc03720c-83a4-40a0-97a2-f200b102b3c1",
"ConnectionId": "fa9b2378-705d-4c62-89c1-23c1243c9300",
"Created": "2026-03-27T22:48:23.4511995+01:00",
"Modified": "2026-03-27T22:48:23.4511995+01:00",
"Date": "2026-03-27T22:48:23.4511995+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": "0b67deb8-a053-414c-892d-c28bc28a6a3d",
"PersonId": "fc03720c-83a4-40a0-97a2-f200b102b3c1",
"ConnectionId": "fa9b2378-705d-4c62-89c1-23c1243c9300",
"Created": "2026-03-27T22:48:23.4511995+01:00",
"Modified": "2026-03-27T22:48:23.4511995+01:00",
"Date": "2026-03-27T22:48:23.4511995+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": "0b67deb8-a053-414c-892d-c28bc28a6a3d",
"PersonId": "fc03720c-83a4-40a0-97a2-f200b102b3c1",
"ConnectionId": "fa9b2378-705d-4c62-89c1-23c1243c9300",
"Created": "2026-03-27T22:48:23.4511995+01:00",
"Modified": "2026-03-27T22:48:23.4511995+01:00",
"Date": "2026-03-27T22:48:23.4511995+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.