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": "7233a3a3-9884-4717-9743-73360abf32f2", "ConnectionId": "8d4b4889-fbb4-48c6-b07c-1333e33342d0", "SavingType": 3, "ToSave": 4.1, "Reference": 5.1, "ReferenceToSave": 6.1, "StartDate": "2025-09-16T00:43:57.8282547+02:00", "EndDate": "2025-09-16T00:43:57.8282547+02:00", "MeasurmentList": [ { "Id": "0460ca86-9b90-46e2-bbb1-8d5f2fa6534a", "PersonId": "55fea1b2-596c-4799-b082-72430536c34f", "ConnectionId": "bcbc4e2b-34d6-4bcc-a0f1-aeaf97af1ad8", "Created": "2025-09-16T00:43:57.8282547+02:00", "Modified": "2025-09-16T00:43:57.8282547+02:00", "Date": "2025-09-16T00:43:57.8282547+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": "0460ca86-9b90-46e2-bbb1-8d5f2fa6534a", "PersonId": "55fea1b2-596c-4799-b082-72430536c34f", "ConnectionId": "bcbc4e2b-34d6-4bcc-a0f1-aeaf97af1ad8", "Created": "2025-09-16T00:43:57.8282547+02:00", "Modified": "2025-09-16T00:43:57.8282547+02:00", "Date": "2025-09-16T00:43:57.8282547+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": "0460ca86-9b90-46e2-bbb1-8d5f2fa6534a", "PersonId": "55fea1b2-596c-4799-b082-72430536c34f", "ConnectionId": "bcbc4e2b-34d6-4bcc-a0f1-aeaf97af1ad8", "Created": "2025-09-16T00:43:57.8282547+02:00", "Modified": "2025-09-16T00:43:57.8282547+02:00", "Date": "2025-09-16T00:43:57.8282547+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.