POST PlanCare2Api/MedicalBarthelIndex/Update
Update MedicalBarthelIndex.
Relation(s) can be of the following types: Client, Prospect
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 |
- |
| MedicalCodeClimbId |
Id of MedicalCodeClimb (MedicalCodeListType.BarthelIndexClimb). |
globally unique identifier |
- |
| MedicalCodeDressId |
Id of MedicalCodeDress (MedicalCodeListType.BarthelIndexDress). |
globally unique identifier |
- |
| MedicalCodeFecalId |
Id of MedicalCodeFecal (MedicalCodeListType.BarthelIndexFecal). |
globally unique identifier |
- |
| MedicalCodeFeedId |
Id of MedicalCodeFeed (MedicalCodeListType.BarthelIndexFeed). |
globally unique identifier |
- |
| MedicalCodeGroomId |
Id of MedicalCodeGroom (MedicalCodeListType.BarthelIndexGroom). |
globally unique identifier |
- |
| MedicalCodeMobilityId |
Id of MedicalCodeMobility (MedicalCodeListType.BarthelIndexMobility). |
globally unique identifier |
- |
| MedicalCodeToiletId |
Id of MedicalCodeToilet (MedicalCodeListType.BarthelIndexToilet). |
globally unique identifier |
- |
| MedicalCodeTransferId |
Id of MedicalCodeTransfer (MedicalCodeListType.BarthelIndexTransfers). |
globally unique identifier |
- |
| MedicalCodeUrineId |
Id of MedicalCodeUrine (MedicalCodeListType.BarthelIndexUrine). |
globally unique identifier |
- |
| Id |
Id of the registration. |
integer |
- |
| 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 |
- |
Request Formats
application/json, text/json
{
"MedicalCodeBathId": "b40ead7e-1d43-4cdc-801b-dd23d4b9deb7",
"MedicalCodeClimbId": "2723a6e6-8626-44a2-8972-02108aa86cad",
"MedicalCodeDressId": "5a2cd104-30a1-42b7-b1f5-d119c31ee4af",
"MedicalCodeFecalId": "a85b2fcd-8295-4471-9289-78fe3c718695",
"MedicalCodeFeedId": "b84d0077-5289-4b11-8303-285668efdc3e",
"MedicalCodeGroomId": "189ab62f-cf13-49f5-b6f1-7b26d35b88ba",
"MedicalCodeMobilityId": "95678f5b-0d66-4145-a065-b038c88f2aa2",
"MedicalCodeToiletId": "4c7a1ee5-f732-4692-8f2a-fd7a558f04b0",
"MedicalCodeTransferId": "0232df18-f39d-4244-8cac-953891b9af8b",
"MedicalCodeUrineId": "73b19c8a-4a6a-4761-8906-e1779f73b962",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-06-10T12:18:00.8299105+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-06-10T12:18:00.8299105+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>b40ead7e-1d43-4cdc-801b-dd23d4b9deb7</MedicalCodeBathId> <MedicalCodeClimbId>2723a6e6-8626-44a2-8972-02108aa86cad</MedicalCodeClimbId> <MedicalCodeDressId>5a2cd104-30a1-42b7-b1f5-d119c31ee4af</MedicalCodeDressId> <MedicalCodeFecalId>a85b2fcd-8295-4471-9289-78fe3c718695</MedicalCodeFecalId> <MedicalCodeFeedId>b84d0077-5289-4b11-8303-285668efdc3e</MedicalCodeFeedId> <MedicalCodeGroomId>189ab62f-cf13-49f5-b6f1-7b26d35b88ba</MedicalCodeGroomId> <MedicalCodeMobilityId>95678f5b-0d66-4145-a065-b038c88f2aa2</MedicalCodeMobilityId> <MedicalCodeToiletId>4c7a1ee5-f732-4692-8f2a-fd7a558f04b0</MedicalCodeToiletId> <MedicalCodeTransferId>0232df18-f39d-4244-8cac-953891b9af8b</MedicalCodeTransferId> <MedicalCodeUrineId>73b19c8a-4a6a-4761-8906-e1779f73b962</MedicalCodeUrineId> </MedicalBarthelIndex>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
- |
|
| Content | HttpContent |
- |
|
| StatusCode | HttpStatusCode |
- |
|
| ReasonPhrase | string |
- |
|
| Headers | Collection of Object |
- |
|
| RequestMessage | HttpRequestMessage |
- |
|
| IsSuccessStatusCode | boolean |
- |