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": "d7055bff-7a48-4386-9f64-decc7b0da0be", "ConnectionId": "5ecf82bc-3180-4fb8-81e2-a5782e488910", "SavingType": 3, "ToSave": 4.1, "Reference": 5.1, "ReferenceToSave": 6.1, "StartDate": "2025-04-04T04:43:37.9194037+02:00", "EndDate": "2025-04-04T04:43:37.9194037+02:00", "MeasurmentList": [ { "Id": "b6ab62ea-95d2-48dc-b18a-3d069183b0e5", "PersonId": "d97962f7-90e4-4abe-9a13-b8cb22c59482", "ConnectionId": "ed9d446a-39a8-48ce-9809-213f96e445b8", "Created": "2025-04-04T04:43:37.9194037+02:00", "Modified": "2025-04-04T04:43:37.9194037+02:00", "Date": "2025-04-04T04:43:37.9194037+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": "b6ab62ea-95d2-48dc-b18a-3d069183b0e5", "PersonId": "d97962f7-90e4-4abe-9a13-b8cb22c59482", "ConnectionId": "ed9d446a-39a8-48ce-9809-213f96e445b8", "Created": "2025-04-04T04:43:37.9194037+02:00", "Modified": "2025-04-04T04:43:37.9194037+02:00", "Date": "2025-04-04T04:43:37.9194037+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": "b6ab62ea-95d2-48dc-b18a-3d069183b0e5", "PersonId": "d97962f7-90e4-4abe-9a13-b8cb22c59482", "ConnectionId": "ed9d446a-39a8-48ce-9809-213f96e445b8", "Created": "2025-04-04T04:43:37.9194037+02:00", "Modified": "2025-04-04T04:43:37.9194037+02:00", "Date": "2025-04-04T04:43:37.9194037+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.