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": "30add778-c63b-4ead-9d7a-bb1b33fef175", "ConnectionId": "fb4a7775-f890-4d13-bc0f-2cb48a63abbd", "SavingType": 3, "ToSave": 4.1, "Reference": 5.1, "ReferenceToSave": 6.1, "StartDate": "2025-04-04T04:54:00.503819+02:00", "EndDate": "2025-04-04T04:54:00.503819+02:00", "MeasurmentList": [ { "Id": "8030e407-e1d3-4317-b111-4d6b7d51eb70", "PersonId": "9ab2ac34-1d29-4832-a135-b7332d8fe597", "ConnectionId": "d2e90c7f-1868-4f5d-b166-89028bc975d9", "Created": "2025-04-04T04:54:00.503819+02:00", "Modified": "2025-04-04T04:54:00.503819+02:00", "Date": "2025-04-04T04:54:00.503819+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": "8030e407-e1d3-4317-b111-4d6b7d51eb70", "PersonId": "9ab2ac34-1d29-4832-a135-b7332d8fe597", "ConnectionId": "d2e90c7f-1868-4f5d-b166-89028bc975d9", "Created": "2025-04-04T04:54:00.503819+02:00", "Modified": "2025-04-04T04:54:00.503819+02:00", "Date": "2025-04-04T04:54:00.503819+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": "8030e407-e1d3-4317-b111-4d6b7d51eb70", "PersonId": "9ab2ac34-1d29-4832-a135-b7332d8fe597", "ConnectionId": "d2e90c7f-1868-4f5d-b166-89028bc975d9", "Created": "2025-04-04T04:54:00.503819+02:00", "Modified": "2025-04-04T04:54:00.503819+02:00", "Date": "2025-04-04T04:54:00.503819+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.