POST PlanCare2Api/MedicalSnaqScore
Insert MedicalSnaqScore.
Relation(s) can be of the following types: Client, Prospect
Requires 'Insert' permission for function MedicalSnaqScore {92277256-317D-4E7E-8C7C-AB3CE345CDC1}
Request Information
URI Parameters
None.
Body Parameters
MedicalSnaqScore.
MedicalSnaqScore| Name | Description | Type | Additional information |
|---|---|---|---|
| MedicalCodeWeightLossScoreId |
Id of MedicalCodeWeightLossScore (MedicalCodeListType.WeightLossScore). |
globally unique identifier |
- |
| MedicalCodeAppetiteScoreId |
Id of MedicalCodeAppetiteScore (MedicalCodeListType.AppetiteScore). |
globally unique identifier |
- |
| MedicalCodeNutritionScoreId |
Id of MedicalCodeNutritionScore (MedicalCodeListType.NutritionScore). |
globally unique identifier |
- |
| Remarks |
Remarks. |
string |
- |
| Id |
Id of the registration. |
integer |
- |
| 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 |
- |
Request Formats
application/json, text/json
Sample:
{
"MedicalCodeWeightLossScoreId": "21061813-787a-41f3-b338-08a3bec18b88",
"MedicalCodeAppetiteScoreId": "649f3030-8c29-4bde-afc9-c1e1aa39e024",
"MedicalCodeNutritionScoreId": "0a1e1c09-f69b-465c-80f2-77c6589e5346",
"Remarks": "sample string 4",
"Id": 5,
"RelationId": 6,
"RegistrationDateTime": "2026-05-26T21:11:45.2940023+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:45.2940023+02:00</RegistrationDateTime> <RelationId>6</RelationId> <Source>sample string 8</Source> <MedicalCodeAppetiteScoreId>649f3030-8c29-4bde-afc9-c1e1aa39e024</MedicalCodeAppetiteScoreId> <MedicalCodeNutritionScoreId>0a1e1c09-f69b-465c-80f2-77c6589e5346</MedicalCodeNutritionScoreId> <MedicalCodeWeightLossScoreId>21061813-787a-41f3-b338-08a3bec18b88</MedicalCodeWeightLossScoreId> <Remarks>sample string 4</Remarks> </MedicalSnaqScore>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
- |
|
| Content | HttpContent |
- |
|
| StatusCode | HttpStatusCode |
- |
|
| ReasonPhrase | string |
- |
|
| Headers | Collection of Object |
- |
|
| RequestMessage | HttpRequestMessage |
- |
|
| IsSuccessStatusCode | boolean |
- |