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.BarthelIndexUrnine). |
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": "f0aa0632-8b6e-4911-85f8-0ca87a8e759b",
"MedicalCodeClimbId": "9e9b6908-90d9-4ec3-9dc3-d63f28a9de2f",
"MedicalCodeDressId": "78478ea2-c78d-48fc-8122-44b901d5891c",
"MedicalCodeFecalId": "c77cd5ab-c835-4ec6-8480-e132235b5a72",
"MedicalCodeFeedId": "f90ba3b6-d79a-429f-a981-48a14245f4c8",
"MedicalCodeGroomId": "40b7f547-a7f1-4415-97ce-235be1f02ab6",
"MedicalCodeMobilityId": "186e60d3-3b08-46a4-a67a-742a330f28ca",
"MedicalCodeToiletId": "b76bbd20-5b8d-42c2-8b59-cf9f7015b05b",
"MedicalCodeTransferId": "0a2a0db6-f430-444f-8961-2ae4f8dee27c",
"MedicalCodeUrineId": "9381a309-c990-45ad-b458-600d8cad13dd",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T21:12:42.0974246+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:12:42.0974246+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>f0aa0632-8b6e-4911-85f8-0ca87a8e759b</MedicalCodeBathId> <MedicalCodeClimbId>9e9b6908-90d9-4ec3-9dc3-d63f28a9de2f</MedicalCodeClimbId> <MedicalCodeDressId>78478ea2-c78d-48fc-8122-44b901d5891c</MedicalCodeDressId> <MedicalCodeFecalId>c77cd5ab-c835-4ec6-8480-e132235b5a72</MedicalCodeFecalId> <MedicalCodeFeedId>f90ba3b6-d79a-429f-a981-48a14245f4c8</MedicalCodeFeedId> <MedicalCodeGroomId>40b7f547-a7f1-4415-97ce-235be1f02ab6</MedicalCodeGroomId> <MedicalCodeMobilityId>186e60d3-3b08-46a4-a67a-742a330f28ca</MedicalCodeMobilityId> <MedicalCodeToiletId>b76bbd20-5b8d-42c2-8b59-cf9f7015b05b</MedicalCodeToiletId> <MedicalCodeTransferId>0a2a0db6-f430-444f-8961-2ae4f8dee27c</MedicalCodeTransferId> <MedicalCodeUrineId>9381a309-c990-45ad-b458-600d8cad13dd</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. |