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": "ccd29961-858a-4b68-b9b3-b72a16beeb44",
"ConnectionId": "ddc1834d-55b0-42da-9222-3cf6a82d473c",
"SavingType": 3,
"ToSave": 4.1,
"Reference": 5.1,
"ReferenceToSave": 6.1,
"StartDate": "2026-07-01T20:58:40.4130645+02:00",
"EndDate": "2026-07-01T20:58:40.4130645+02:00",
"MeasurmentList": [
{
"Id": "86940603-fabe-41b8-97a6-6aa479b4c8e2",
"PersonId": "07acdc83-9e34-4b26-a428-c9474bfa3a9f",
"ConnectionId": "002b6dd4-2a32-4c98-a01f-54a263f391f3",
"Created": "2026-07-01T20:58:40.4130645+02:00",
"Modified": "2026-07-01T20:58:40.4130645+02:00",
"Date": "2026-07-01T20:58:40.4130645+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": "86940603-fabe-41b8-97a6-6aa479b4c8e2",
"PersonId": "07acdc83-9e34-4b26-a428-c9474bfa3a9f",
"ConnectionId": "002b6dd4-2a32-4c98-a01f-54a263f391f3",
"Created": "2026-07-01T20:58:40.4130645+02:00",
"Modified": "2026-07-01T20:58:40.4130645+02:00",
"Date": "2026-07-01T20:58:40.4130645+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": "86940603-fabe-41b8-97a6-6aa479b4c8e2",
"PersonId": "07acdc83-9e34-4b26-a428-c9474bfa3a9f",
"ConnectionId": "002b6dd4-2a32-4c98-a01f-54a263f391f3",
"Created": "2026-07-01T20:58:40.4130645+02:00",
"Modified": "2026-07-01T20:58:40.4130645+02:00",
"Date": "2026-07-01T20:58:40.4130645+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.