POST PlanCare2Api/MedicalFluidBalance/Update
Update MedicalFluidBalance.
Relation(s) can be of the following types: Client, Prospect
Requires 'Edit' permission for function MedicalFluidBalance {7F194FEF-9ECA-4786-ABAE-690C62A0E4B8}
Request Information
URI Parameters
None.
Body Parameters
MedicalFluidBalance.
MedicalFluidBalance| Name | Description | Type | Additional information |
|---|---|---|---|
| Intake |
Intake. |
integer |
- |
| Secretion |
Secretion. |
integer |
- |
| MedicalCodeWayOfIntakeId |
Id of MedicalCodeWayOfIntake (MedicalCodeListType.FluidBalanceWayOfIntake). |
globally unique identifier |
Nullable |
| Remarks |
Remarks. |
string |
- |
| StartDateTime |
Datetime on which measurement started. Values will be truncated to whole minutes. |
date |
- |
| EndDateTime |
Datetime on which measurement ended. Values will be truncated to whole minutes. |
date |
- |
| 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
Sample:
{
"Intake": 1,
"Secretion": 2,
"MedicalCodeWayOfIntakeId": "f0d57a81-4c8b-4982-8dad-ea1a03df2c44",
"Remarks": "sample string 3",
"StartDateTime": "2026-05-26T23:17:32.6161926+02:00",
"EndDateTime": "2026-05-26T23:17:32.6161926+02:00",
"Id": 6,
"RelationId": 7,
"RegistrationDateTime": "2026-05-26T23:17:32.6161926+02:00",
"Source": "sample string 9"
}
application/xml, text/xml
Sample:
<MedicalFluidBalance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical"> <Id>6</Id> <RegistrationDateTime>2026-05-26T23:17:32.6161926+02:00</RegistrationDateTime> <RelationId>7</RelationId> <Source>sample string 9</Source> <EndDateTime>2026-05-26T23:17:32.6161926+02:00</EndDateTime> <Intake>1</Intake> <MedicalCodeWayOfIntakeId>f0d57a81-4c8b-4982-8dad-ea1a03df2c44</MedicalCodeWayOfIntakeId> <Remarks>sample string 3</Remarks> <Secretion>2</Secretion> <StartDateTime>2026-05-26T23:17:32.6161926+02:00</StartDateTime> </MedicalFluidBalance>
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 |
- |