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": "73e856c5-07ae-403c-826b-b71edbf0aaff",
"MedicalCodeClimbId": "e1fd3990-535c-490c-9cac-ce34221448c5",
"MedicalCodeDressId": "5679d240-ff46-4af4-b9a8-290008227e45",
"MedicalCodeFecalId": "3841caf8-1bab-4081-a193-fcec56c45049",
"MedicalCodeFeedId": "8a007e13-450f-449e-a635-e52e867fb398",
"MedicalCodeGroomId": "ee61fb92-2112-4a06-bad3-6225aaa79b31",
"MedicalCodeMobilityId": "820b60a1-ef7d-43d5-ade9-5d8e6eb273c0",
"MedicalCodeToiletId": "28996ac5-c532-4370-bee5-1a5658c8d462",
"MedicalCodeTransferId": "7e895dda-f2ef-42cb-b487-19106aec4a75",
"MedicalCodeUrineId": "6d28691c-42c4-4e2b-b10b-c73f2ab39c34",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T21:11:53.7537318+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:53.7537318+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>73e856c5-07ae-403c-826b-b71edbf0aaff</MedicalCodeBathId> <MedicalCodeClimbId>e1fd3990-535c-490c-9cac-ce34221448c5</MedicalCodeClimbId> <MedicalCodeDressId>5679d240-ff46-4af4-b9a8-290008227e45</MedicalCodeDressId> <MedicalCodeFecalId>3841caf8-1bab-4081-a193-fcec56c45049</MedicalCodeFecalId> <MedicalCodeFeedId>8a007e13-450f-449e-a635-e52e867fb398</MedicalCodeFeedId> <MedicalCodeGroomId>ee61fb92-2112-4a06-bad3-6225aaa79b31</MedicalCodeGroomId> <MedicalCodeMobilityId>820b60a1-ef7d-43d5-ade9-5d8e6eb273c0</MedicalCodeMobilityId> <MedicalCodeToiletId>28996ac5-c532-4370-bee5-1a5658c8d462</MedicalCodeToiletId> <MedicalCodeTransferId>7e895dda-f2ef-42cb-b487-19106aec4a75</MedicalCodeTransferId> <MedicalCodeUrineId>6d28691c-42c4-4e2b-b10b-c73f2ab39c34</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 |