PUT api/SavingGoal?personId={personId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| personId | 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": "b00bfa07-5e3b-4504-a6ff-44c6e047a36f",
"ConnectionId": "e8417e5f-b0a6-41d4-9d7a-cce206084626",
"SavingType": 3,
"ToSave": 4.1,
"Reference": 5.1,
"ReferenceToSave": 6.1,
"StartDate": "2026-08-17T05:29:04.8702581+02:00",
"EndDate": "2026-08-17T05:29:04.8702581+02:00",
"MeasurmentList": [
{
"Id": "64c3abb4-18d8-4441-a59f-50c7185787c3",
"PersonId": "07b4d65c-d9e0-40e5-b9bd-852fb7fe111a",
"ConnectionId": "0b365e18-f121-41e4-9b11-dafd2ab1733a",
"Created": "2026-08-17T05:29:04.8702581+02:00",
"Modified": "2026-08-17T05:29:04.8702581+02:00",
"Date": "2026-08-17T05:29:04.8702581+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": "64c3abb4-18d8-4441-a59f-50c7185787c3",
"PersonId": "07b4d65c-d9e0-40e5-b9bd-852fb7fe111a",
"ConnectionId": "0b365e18-f121-41e4-9b11-dafd2ab1733a",
"Created": "2026-08-17T05:29:04.8702581+02:00",
"Modified": "2026-08-17T05:29:04.8702581+02:00",
"Date": "2026-08-17T05:29:04.8702581+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": "64c3abb4-18d8-4441-a59f-50c7185787c3",
"PersonId": "07b4d65c-d9e0-40e5-b9bd-852fb7fe111a",
"ConnectionId": "0b365e18-f121-41e4-9b11-dafd2ab1733a",
"Created": "2026-08-17T05:29:04.8702581+02:00",
"Modified": "2026-08-17T05:29:04.8702581+02:00",
"Date": "2026-08-17T05:29:04.8702581+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.