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": "b950980a-870a-4318-9e0c-04d270817e6c",
"ConnectionId": "1d73b425-53a2-46cb-9bf3-70ed19aa1b99",
"SavingType": 3,
"ToSave": 4.1,
"Reference": 5.1,
"ReferenceToSave": 6.1,
"StartDate": "2025-12-17T01:21:11.1027926+01:00",
"EndDate": "2025-12-17T01:21:11.1027926+01:00",
"MeasurmentList": [
{
"Id": "526db5fc-2053-42d3-b313-869dcfc1a9ef",
"PersonId": "5be4a2df-fb22-41d6-aba4-996888cab975",
"ConnectionId": "3a77631b-b044-4099-afe0-ed5872558821",
"Created": "2025-12-17T01:21:11.1027926+01:00",
"Modified": "2025-12-17T01:21:11.1027926+01:00",
"Date": "2025-12-17T01:21:11.1027926+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": "526db5fc-2053-42d3-b313-869dcfc1a9ef",
"PersonId": "5be4a2df-fb22-41d6-aba4-996888cab975",
"ConnectionId": "3a77631b-b044-4099-afe0-ed5872558821",
"Created": "2025-12-17T01:21:11.1027926+01:00",
"Modified": "2025-12-17T01:21:11.1027926+01:00",
"Date": "2025-12-17T01:21:11.1027926+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": "526db5fc-2053-42d3-b313-869dcfc1a9ef",
"PersonId": "5be4a2df-fb22-41d6-aba4-996888cab975",
"ConnectionId": "3a77631b-b044-4099-afe0-ed5872558821",
"Created": "2025-12-17T01:21:11.1027926+01:00",
"Modified": "2025-12-17T01:21:11.1027926+01:00",
"Date": "2025-12-17T01:21:11.1027926+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.