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": "27b61135-a13c-4c38-bf7b-c5949c060b92", "ConnectionId": "9b47fa47-8472-4191-869c-33c27de20ea7", "SavingType": 3, "ToSave": 4.1, "Reference": 5.1, "ReferenceToSave": 6.1, "StartDate": "2025-07-12T15:14:03.6578729+02:00", "EndDate": "2025-07-12T15:14:03.6578729+02:00", "MeasurmentList": [ { "Id": "7bfe59ce-2bb8-4b2b-975f-1439ad9fa41a", "PersonId": "7f0039ca-73f3-426a-a2e7-76e1431328aa", "ConnectionId": "d9bd1511-14c7-42a3-9c1f-d02508ff2967", "Created": "2025-07-12T15:14:03.6578729+02:00", "Modified": "2025-07-12T15:14:03.6578729+02:00", "Date": "2025-07-12T15:14:03.6578729+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": "7bfe59ce-2bb8-4b2b-975f-1439ad9fa41a", "PersonId": "7f0039ca-73f3-426a-a2e7-76e1431328aa", "ConnectionId": "d9bd1511-14c7-42a3-9c1f-d02508ff2967", "Created": "2025-07-12T15:14:03.6578729+02:00", "Modified": "2025-07-12T15:14:03.6578729+02:00", "Date": "2025-07-12T15:14:03.6578729+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": "7bfe59ce-2bb8-4b2b-975f-1439ad9fa41a", "PersonId": "7f0039ca-73f3-426a-a2e7-76e1431328aa", "ConnectionId": "d9bd1511-14c7-42a3-9c1f-d02508ff2967", "Created": "2025-07-12T15:14:03.6578729+02:00", "Modified": "2025-07-12T15:14:03.6578729+02:00", "Date": "2025-07-12T15:14:03.6578729+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.