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": "5e1f9381-0a44-4083-a642-6ade2c2423f8",
"MedicalCodeClimbId": "5dd39558-095a-4980-a67b-a21ac028aa13",
"MedicalCodeDressId": "bdb56062-2458-4fba-9516-7d5261540483",
"MedicalCodeFecalId": "af23f00a-2dd7-4026-8cd1-8d8ff9ecc195",
"MedicalCodeFeedId": "d22736a0-e224-4d8a-b3d1-8534ef1023c0",
"MedicalCodeGroomId": "95a0ac90-802e-41c3-9326-7e83d287ac3d",
"MedicalCodeMobilityId": "2701b783-e7c7-4b63-a510-338ad3a60345",
"MedicalCodeToiletId": "a2f1cb0e-fe2b-4756-85c7-b1599f10b20c",
"MedicalCodeTransferId": "2f8acf90-e73d-44c7-994e-69d552debfc4",
"MedicalCodeUrineId": "b06ae3f4-ac94-4692-88c4-a52ca2df9c62",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T21:02:52.1341612+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:02:52.1341612+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>5e1f9381-0a44-4083-a642-6ade2c2423f8</MedicalCodeBathId> <MedicalCodeClimbId>5dd39558-095a-4980-a67b-a21ac028aa13</MedicalCodeClimbId> <MedicalCodeDressId>bdb56062-2458-4fba-9516-7d5261540483</MedicalCodeDressId> <MedicalCodeFecalId>af23f00a-2dd7-4026-8cd1-8d8ff9ecc195</MedicalCodeFecalId> <MedicalCodeFeedId>d22736a0-e224-4d8a-b3d1-8534ef1023c0</MedicalCodeFeedId> <MedicalCodeGroomId>95a0ac90-802e-41c3-9326-7e83d287ac3d</MedicalCodeGroomId> <MedicalCodeMobilityId>2701b783-e7c7-4b63-a510-338ad3a60345</MedicalCodeMobilityId> <MedicalCodeToiletId>a2f1cb0e-fe2b-4756-85c7-b1599f10b20c</MedicalCodeToiletId> <MedicalCodeTransferId>2f8acf90-e73d-44c7-994e-69d552debfc4</MedicalCodeTransferId> <MedicalCodeUrineId>b06ae3f4-ac94-4692-88c4-a52ca2df9c62</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. |