POST api/SavingGoal?personId={personId}&connectionid={connectionid}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
personId | No documentation available. |
Define this parameter in the request URI. |
connectionid | 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": "c74a934e-f266-4fd6-836d-184a6876b36f", "ConnectionId": "a32a2de7-1b67-4965-aafe-747e70c04ac2", "SavingType": 3, "ToSave": 4.1, "Reference": 5.1, "ReferenceToSave": 6.1, "StartDate": "2025-07-12T15:33:00.4070452+02:00", "EndDate": "2025-07-12T15:33:00.4070452+02:00", "MeasurmentList": [ { "Id": "9414e7d6-f5b9-404d-81bd-20a46fedbbe4", "PersonId": "72e4d7eb-076a-42f3-8dd2-da581bbf794f", "ConnectionId": "e62b19fb-a6ed-4575-a242-ab1de4c2d764", "Created": "2025-07-12T15:33:00.4070452+02:00", "Modified": "2025-07-12T15:33:00.4070452+02:00", "Date": "2025-07-12T15:33:00.4070452+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": "9414e7d6-f5b9-404d-81bd-20a46fedbbe4", "PersonId": "72e4d7eb-076a-42f3-8dd2-da581bbf794f", "ConnectionId": "e62b19fb-a6ed-4575-a242-ab1de4c2d764", "Created": "2025-07-12T15:33:00.4070452+02:00", "Modified": "2025-07-12T15:33:00.4070452+02:00", "Date": "2025-07-12T15:33:00.4070452+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": "9414e7d6-f5b9-404d-81bd-20a46fedbbe4", "PersonId": "72e4d7eb-076a-42f3-8dd2-da581bbf794f", "ConnectionId": "e62b19fb-a6ed-4575-a242-ab1de4c2d764", "Created": "2025-07-12T15:33:00.4070452+02:00", "Modified": "2025-07-12T15:33:00.4070452+02:00", "Date": "2025-07-12T15:33:00.4070452+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.