POST PlanCare2Api/MedicalSnaqScore/Update

Update MedicalSnaqScore.

Relation(s) must be of the following type: Client

Requires 'Edit' permission for function MedicalSnaqScore {92277256-317D-4E7E-8C7C-AB3CE345CDC1}

Request Information

URI Parameters

None.

Body Parameters

MedicalSnaqScore.

MedicalSnaqScore
NameDescriptionTypeAdditional information
MedicalCodeWeightLossScoreId

Id of MedicalCodeWeightLossScore (MedicalCodeListType.WeightLossScore).

globally unique identifier

None.

MedicalCodeAppetiteScoreId

Id of MedicalCodeAppetiteScore (MedicalCodeListType.AppetiteScore).

globally unique identifier

None.

MedicalCodeNutritionScoreId

Id of MedicalCodeNutritionScore (MedicalCodeListType.NutritionScore).

globally unique identifier

None.

Remarks

Remarks.

string

None.

Id

Id of the registration.

integer

None.

RelationId

Id of the relation which the registration belongs to.

integer

Required

RegistrationDateTime

DateTime of measurement.

date

Required

Source

Source of registration (example: name of the questionnaire).

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MedicalCodeWeightLossScoreId": "ab3ab0b7-1991-4707-a6b7-fc4d1c90b231",
  "MedicalCodeAppetiteScoreId": "19f39830-8272-4dc3-ac55-fb018ed664e5",
  "MedicalCodeNutritionScoreId": "da427f74-e237-46ec-ba57-bff78323a7a0",
  "Remarks": "sample string 4",
  "Id": 5,
  "RelationId": 6,
  "RegistrationDateTime": "2026-05-26T21:12:31.7793703+02:00",
  "Source": "sample string 8"
}

application/xml, text/xml

Sample:
<MedicalSnaqScore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical">
  <Id>5</Id>
  <RegistrationDateTime>2026-05-26T21:12:31.7793703+02:00</RegistrationDateTime>
  <RelationId>6</RelationId>
  <Source>sample string 8</Source>
  <MedicalCodeAppetiteScoreId>19f39830-8272-4dc3-ac55-fb018ed664e5</MedicalCodeAppetiteScoreId>
  <MedicalCodeNutritionScoreId>da427f74-e237-46ec-ba57-bff78323a7a0</MedicalCodeNutritionScoreId>
  <MedicalCodeWeightLossScoreId>ab3ab0b7-1991-4707-a6b7-fc4d1c90b231</MedicalCodeWeightLossScoreId>
  <Remarks>sample string 4</Remarks>
</MedicalSnaqScore>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.