POST PlanCare2Api/MedicalBarthelIndex/Update
Update MedicalBarthelIndex.
Relation(s) must be of the following type: Client
Requires 'Edit' permission for function MedicalBarthelIndex {77800AE9-2567-4931-AC77-ED41328172F9}
Request Information
URI Parameters
None.
Body Parameters
MedicalBarthelIndex.
MedicalBarthelIndex| Name | Description | Type | Additional information |
|---|---|---|---|
| MedicalCodeBathId |
Id of MedicalCodeBath (MedicalCodeListType.BarthelIndexBath). |
globally unique identifier |
None |
| MedicalCodeClimbId |
Id of MedicalCodeClimb (MedicalCodeListType.BarthelIndexClimb). |
globally unique identifier |
None |
| MedicalCodeDressId |
Id of MedicalCodeDress (MedicalCodeListType.BarthelIndexDress). |
globally unique identifier |
None |
| MedicalCodeFecalId |
Id of MedicalCodeFecal (MedicalCodeListType.BarthelIndexFecal). |
globally unique identifier |
None |
| MedicalCodeFeedId |
Id of MedicalCodeFeed (MedicalCodeListType.BarthelIndexFeed). |
globally unique identifier |
None |
| MedicalCodeGroomId |
Id of MedicalCodeGroom (MedicalCodeListType.BarthelIndexGroom). |
globally unique identifier |
None |
| MedicalCodeMobilityId |
Id of MedicalCodeMobility (MedicalCodeListType.BarthelIndexMobility). |
globally unique identifier |
None |
| MedicalCodeToiletId |
Id of MedicalCodeToilet (MedicalCodeListType.BarthelIndexToilet). |
globally unique identifier |
None |
| MedicalCodeTransferId |
Id of MedicalCodeTransfer (MedicalCodeListType.BarthelIndexTransfers). |
globally unique identifier |
None |
| MedicalCodeUrineId |
Id of MedicalCodeUrine (MedicalCodeListType.BarthelIndexUrine). |
globally unique identifier |
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
{
"MedicalCodeBathId": "c7753551-86a9-4b56-81c4-8da54080b08d",
"MedicalCodeClimbId": "f44d3b70-9679-4a2c-afca-f0509d95860b",
"MedicalCodeDressId": "31c4aba9-803c-44a6-8b92-a00e85362e94",
"MedicalCodeFecalId": "5bc21940-0217-47ad-b993-e336d9fab42b",
"MedicalCodeFeedId": "e39f5df4-2798-4111-ad06-c5e4b3a94037",
"MedicalCodeGroomId": "6423a0cb-a781-43e0-a692-6e52596b9b3f",
"MedicalCodeMobilityId": "88bfb1a3-e7e7-48a3-a734-c871c61a80cd",
"MedicalCodeToiletId": "36067e86-0768-493f-8721-4dc5475aaae3",
"MedicalCodeTransferId": "195ce3a7-6c89-459f-b9d0-395bbbf6fdd5",
"MedicalCodeUrineId": "0506350b-8a4c-433a-81a9-c107a565d98e",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T21:11:42.377386+02:00",
"Source": "sample string 14"
}
application/xml, text/xml
<MedicalBarthelIndex xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical"> <Id>11</Id> <RegistrationDateTime>2026-05-26T21:11:42.377386+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>c7753551-86a9-4b56-81c4-8da54080b08d</MedicalCodeBathId> <MedicalCodeClimbId>f44d3b70-9679-4a2c-afca-f0509d95860b</MedicalCodeClimbId> <MedicalCodeDressId>31c4aba9-803c-44a6-8b92-a00e85362e94</MedicalCodeDressId> <MedicalCodeFecalId>5bc21940-0217-47ad-b993-e336d9fab42b</MedicalCodeFecalId> <MedicalCodeFeedId>e39f5df4-2798-4111-ad06-c5e4b3a94037</MedicalCodeFeedId> <MedicalCodeGroomId>6423a0cb-a781-43e0-a692-6e52596b9b3f</MedicalCodeGroomId> <MedicalCodeMobilityId>88bfb1a3-e7e7-48a3-a734-c871c61a80cd</MedicalCodeMobilityId> <MedicalCodeToiletId>36067e86-0768-493f-8721-4dc5475aaae3</MedicalCodeToiletId> <MedicalCodeTransferId>195ce3a7-6c89-459f-b9d0-395bbbf6fdd5</MedicalCodeTransferId> <MedicalCodeUrineId>0506350b-8a4c-433a-81a9-c107a565d98e</MedicalCodeUrineId> </MedicalBarthelIndex>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None |
|
| Content | HttpContent |
None |
|
| StatusCode | HttpStatusCode |
None |
|
| ReasonPhrase | string |
None |
|
| Headers | Collection of Object |
None |
|
| RequestMessage | HttpRequestMessage |
None |
|
| IsSuccessStatusCode | boolean |
None |