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": "eb348065-88ae-4dcb-a0b3-bf38bdb88150",
"MedicalCodeClimbId": "ed012c7b-dbe6-47a8-9fa8-d7daf1b1ab52",
"MedicalCodeDressId": "e7383de0-a0ac-4301-98ef-cce28bd1ebc3",
"MedicalCodeFecalId": "f27113ce-672c-41ed-aaa5-3cbb780a53e1",
"MedicalCodeFeedId": "62a5310c-2823-4393-a451-9fbb6d11a5ca",
"MedicalCodeGroomId": "a08c8328-d455-4157-ab90-db90d21652db",
"MedicalCodeMobilityId": "ebab8ecf-6e94-40c2-97d1-c3c713671ceb",
"MedicalCodeToiletId": "7d757650-dfe1-41f7-b0b4-7291512a4ae0",
"MedicalCodeTransferId": "28e15aa8-624e-4821-8946-4cc93763b1a0",
"MedicalCodeUrineId": "94cf7259-2a6b-4ceb-b630-add709689917",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T21:11:49.9127388+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:49.9127388+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>eb348065-88ae-4dcb-a0b3-bf38bdb88150</MedicalCodeBathId> <MedicalCodeClimbId>ed012c7b-dbe6-47a8-9fa8-d7daf1b1ab52</MedicalCodeClimbId> <MedicalCodeDressId>e7383de0-a0ac-4301-98ef-cce28bd1ebc3</MedicalCodeDressId> <MedicalCodeFecalId>f27113ce-672c-41ed-aaa5-3cbb780a53e1</MedicalCodeFecalId> <MedicalCodeFeedId>62a5310c-2823-4393-a451-9fbb6d11a5ca</MedicalCodeFeedId> <MedicalCodeGroomId>a08c8328-d455-4157-ab90-db90d21652db</MedicalCodeGroomId> <MedicalCodeMobilityId>ebab8ecf-6e94-40c2-97d1-c3c713671ceb</MedicalCodeMobilityId> <MedicalCodeToiletId>7d757650-dfe1-41f7-b0b4-7291512a4ae0</MedicalCodeToiletId> <MedicalCodeTransferId>28e15aa8-624e-4821-8946-4cc93763b1a0</MedicalCodeTransferId> <MedicalCodeUrineId>94cf7259-2a6b-4ceb-b630-add709689917</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 |