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": "7a46d7c6-5706-4109-9ce0-25ab217d2901",
"ConnectionId": "a28c615c-5368-4ebc-aac3-2a6f304329d1",
"SavingType": 3,
"ToSave": 4.1,
"Reference": 5.1,
"ReferenceToSave": 6.1,
"StartDate": "2026-05-13T11:30:37.7585095+02:00",
"EndDate": "2026-05-13T11:30:37.7585095+02:00",
"MeasurmentList": [
{
"Id": "c22cddb8-bddd-4edb-a953-87743e265812",
"PersonId": "ef5388b0-e299-4821-af57-c32aded77aff",
"ConnectionId": "5d2c7d99-d9c2-4f02-a0b3-d80cabe41f15",
"Created": "2026-05-13T11:30:37.7585095+02:00",
"Modified": "2026-05-13T11:30:37.7585095+02:00",
"Date": "2026-05-13T11:30:37.7585095+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": "c22cddb8-bddd-4edb-a953-87743e265812",
"PersonId": "ef5388b0-e299-4821-af57-c32aded77aff",
"ConnectionId": "5d2c7d99-d9c2-4f02-a0b3-d80cabe41f15",
"Created": "2026-05-13T11:30:37.7585095+02:00",
"Modified": "2026-05-13T11:30:37.7585095+02:00",
"Date": "2026-05-13T11:30:37.7585095+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": "c22cddb8-bddd-4edb-a953-87743e265812",
"PersonId": "ef5388b0-e299-4821-af57-c32aded77aff",
"ConnectionId": "5d2c7d99-d9c2-4f02-a0b3-d80cabe41f15",
"Created": "2026-05-13T11:30:37.7585095+02:00",
"Modified": "2026-05-13T11:30:37.7585095+02:00",
"Date": "2026-05-13T11:30:37.7585095+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.