PUT api/SavingGoal?personId={personId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "10c204d7-b275-411d-ba75-043b42980118",
  "ConnectionId": "8ee0e23e-038a-47e9-9ef6-da9765854845",
  "SavingType": 3,
  "ToSave": 4.1,
  "Reference": 5.1,
  "ReferenceToSave": 6.1,
  "StartDate": "2024-10-02T12:23:34.324614+02:00",
  "EndDate": "2024-10-02T12:23:34.324614+02:00",
  "MeasurmentList": [
    {
      "Id": "ba1e6096-7634-431d-86be-e5fbcc05fc81",
      "PersonId": "29343234-3a89-43d3-93af-f45ba58eef29",
      "ConnectionId": "49ec5c8b-b39b-45fa-b891-e063b70a4150",
      "Created": "2024-10-02T12:23:34.324614+02:00",
      "Modified": "2024-10-02T12:23:34.324614+02:00",
      "Date": "2024-10-02T12:23:34.324614+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": "ba1e6096-7634-431d-86be-e5fbcc05fc81",
      "PersonId": "29343234-3a89-43d3-93af-f45ba58eef29",
      "ConnectionId": "49ec5c8b-b39b-45fa-b891-e063b70a4150",
      "Created": "2024-10-02T12:23:34.324614+02:00",
      "Modified": "2024-10-02T12:23:34.324614+02:00",
      "Date": "2024-10-02T12:23:34.324614+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": "ba1e6096-7634-431d-86be-e5fbcc05fc81",
      "PersonId": "29343234-3a89-43d3-93af-f45ba58eef29",
      "ConnectionId": "49ec5c8b-b39b-45fa-b891-e063b70a4150",
      "Created": "2024-10-02T12:23:34.324614+02:00",
      "Modified": "2024-10-02T12:23:34.324614+02:00",
      "Date": "2024-10-02T12:23:34.324614+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.