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": "e29ac116-145b-4838-b246-8f6e6a3ccfd7",
"ConnectionId": "47850cc3-14ce-44f4-828f-44c9970c8ca4",
"SavingType": 3,
"ToSave": 4.1,
"Reference": 5.1,
"ReferenceToSave": 6.1,
"StartDate": "2026-03-27T22:46:29.4245148+01:00",
"EndDate": "2026-03-27T22:46:29.4245148+01:00",
"MeasurmentList": [
{
"Id": "e8d6ac43-0848-4bb6-8c04-4d0c36ed7656",
"PersonId": "027975a8-3cee-4a18-a445-efde37796350",
"ConnectionId": "8a73b7de-05d5-4125-a7e1-763a6dc16604",
"Created": "2026-03-27T22:46:29.4245148+01:00",
"Modified": "2026-03-27T22:46:29.4245148+01:00",
"Date": "2026-03-27T22:46:29.4245148+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": "e8d6ac43-0848-4bb6-8c04-4d0c36ed7656",
"PersonId": "027975a8-3cee-4a18-a445-efde37796350",
"ConnectionId": "8a73b7de-05d5-4125-a7e1-763a6dc16604",
"Created": "2026-03-27T22:46:29.4245148+01:00",
"Modified": "2026-03-27T22:46:29.4245148+01:00",
"Date": "2026-03-27T22:46:29.4245148+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": "e8d6ac43-0848-4bb6-8c04-4d0c36ed7656",
"PersonId": "027975a8-3cee-4a18-a445-efde37796350",
"ConnectionId": "8a73b7de-05d5-4125-a7e1-763a6dc16604",
"Created": "2026-03-27T22:46:29.4245148+01:00",
"Modified": "2026-03-27T22:46:29.4245148+01:00",
"Date": "2026-03-27T22:46:29.4245148+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.