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": "4c9787c9-98e2-4b45-b1ff-7ec45ab443bd",
"MedicalCodeClimbId": "90453f8a-7f3b-4e25-a2ef-e81f42944d8a",
"MedicalCodeDressId": "8f1d2824-2b6d-4c72-931c-60baaa406c7b",
"MedicalCodeFecalId": "deb00f40-b0e2-4846-88eb-1376b77aa6c9",
"MedicalCodeFeedId": "899c48ea-ecce-420d-a826-c343b4925dcd",
"MedicalCodeGroomId": "bc50ef06-844a-49bb-82f2-daa63981e3df",
"MedicalCodeMobilityId": "7ce3f6f1-668e-4a22-9c1c-a2e57a7dc17b",
"MedicalCodeToiletId": "c5901945-3041-4424-b373-f8f7a95663dd",
"MedicalCodeTransferId": "d2f2cc60-5bdf-4c06-b4f6-806cae2be3cd",
"MedicalCodeUrineId": "ab18e37b-fb25-4ab1-a8a4-b424a52c3086",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T22:09:34.6076122+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-26T22:09:34.6076122+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>4c9787c9-98e2-4b45-b1ff-7ec45ab443bd</MedicalCodeBathId> <MedicalCodeClimbId>90453f8a-7f3b-4e25-a2ef-e81f42944d8a</MedicalCodeClimbId> <MedicalCodeDressId>8f1d2824-2b6d-4c72-931c-60baaa406c7b</MedicalCodeDressId> <MedicalCodeFecalId>deb00f40-b0e2-4846-88eb-1376b77aa6c9</MedicalCodeFecalId> <MedicalCodeFeedId>899c48ea-ecce-420d-a826-c343b4925dcd</MedicalCodeFeedId> <MedicalCodeGroomId>bc50ef06-844a-49bb-82f2-daa63981e3df</MedicalCodeGroomId> <MedicalCodeMobilityId>7ce3f6f1-668e-4a22-9c1c-a2e57a7dc17b</MedicalCodeMobilityId> <MedicalCodeToiletId>c5901945-3041-4424-b373-f8f7a95663dd</MedicalCodeToiletId> <MedicalCodeTransferId>d2f2cc60-5bdf-4c06-b4f6-806cae2be3cd</MedicalCodeTransferId> <MedicalCodeUrineId>ab18e37b-fb25-4ab1-a8a4-b424a52c3086</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 |