POST PlanCare2Api/MedicalSnaqScore

Insert MedicalSnaqScore.

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

Requires 'Insert' 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": "54c3685f-39ab-4233-a7f3-87b89a294025",
  "MedicalCodeAppetiteScoreId": "752799e3-0529-49a8-99c8-3b545834640c",
  "MedicalCodeNutritionScoreId": "4a580cc8-e996-44c9-b7ba-50f82d2d26a2",
  "Remarks": "sample string 4",
  "Id": 5,
  "RelationId": 6,
  "RegistrationDateTime": "2026-05-26T21:11:14.6491043+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:11:14.6491043+02:00</RegistrationDateTime>
  <RelationId>6</RelationId>
  <Source>sample string 8</Source>
  <MedicalCodeAppetiteScoreId>752799e3-0529-49a8-99c8-3b545834640c</MedicalCodeAppetiteScoreId>
  <MedicalCodeNutritionScoreId>4a580cc8-e996-44c9-b7ba-50f82d2d26a2</MedicalCodeNutritionScoreId>
  <MedicalCodeWeightLossScoreId>54c3685f-39ab-4233-a7f3-87b89a294025</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