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": "859b4906-e20f-4c91-8eea-c80bd4cbb82c",
"MedicalCodeClimbId": "9ce91422-4199-4b04-a55b-93a327858d25",
"MedicalCodeDressId": "6b1ec93e-46a5-4b49-a42f-1a26065a4994",
"MedicalCodeFecalId": "98377ac6-8292-4963-b382-5646c4384d7c",
"MedicalCodeFeedId": "735263d6-5c28-47d0-a317-a79fcc48f1a6",
"MedicalCodeGroomId": "6dea549c-f147-417e-8dfe-fe086d8fa91a",
"MedicalCodeMobilityId": "21c2d1d1-fefd-47d2-a2cf-0c8699d25146",
"MedicalCodeToiletId": "08c8c96d-1fb6-4234-95a8-1cd192636bdf",
"MedicalCodeTransferId": "88d2cc60-724f-4188-9a72-9d8b30fc9ba1",
"MedicalCodeUrineId": "b57ba938-2b7b-450b-9919-433780c2c79b",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T21:11:42.7367697+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.7367697+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>859b4906-e20f-4c91-8eea-c80bd4cbb82c</MedicalCodeBathId> <MedicalCodeClimbId>9ce91422-4199-4b04-a55b-93a327858d25</MedicalCodeClimbId> <MedicalCodeDressId>6b1ec93e-46a5-4b49-a42f-1a26065a4994</MedicalCodeDressId> <MedicalCodeFecalId>98377ac6-8292-4963-b382-5646c4384d7c</MedicalCodeFecalId> <MedicalCodeFeedId>735263d6-5c28-47d0-a317-a79fcc48f1a6</MedicalCodeFeedId> <MedicalCodeGroomId>6dea549c-f147-417e-8dfe-fe086d8fa91a</MedicalCodeGroomId> <MedicalCodeMobilityId>21c2d1d1-fefd-47d2-a2cf-0c8699d25146</MedicalCodeMobilityId> <MedicalCodeToiletId>08c8c96d-1fb6-4234-95a8-1cd192636bdf</MedicalCodeToiletId> <MedicalCodeTransferId>88d2cc60-724f-4188-9a72-9d8b30fc9ba1</MedicalCodeTransferId> <MedicalCodeUrineId>b57ba938-2b7b-450b-9919-433780c2c79b</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 |