POST PlanCare2Api/MedicalMenstruation/Update
Update MedicalMenstruation.
Relation(s) can be of the following types: Client, Prospect
Requires 'Edit' permission for function MedicalMenstruation {CBFB685F-5829-4F51-AE15-1CDEA5780052}
Request Information
URI Parameters
None.
Body Parameters
MedicalMenstruation.
MedicalMenstruation| Name | Description | Type | Additional information |
|---|---|---|---|
| MedicalCodeBloodLossId |
Id of MedicalCodeBloodLoss (MedicalCodeListType.MenstruationBloodLoss). |
globally unique identifier |
Nullable |
| MedicalCodeDurationId |
Id of MedicalCodeDuration (MedicalCodeListType.MenstruationDuration). |
globally unique identifier |
Nullable |
| MedicalCodeMoodId |
Id of MedicalCodeMood (MedicalCodeListType.MenstruationMood). |
globally unique identifier |
Nullable |
| Stressed |
Stressed. |
boolean |
- |
| MedicalCodeComplaintIds |
List of id's of MedicalCodeComplaint (MedicalCodeListType.MenstruationComplaint). |
Collection of globally unique identifier |
- |
| Remarks |
Remarks. |
string |
- |
| 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
{
"MedicalCodeBloodLossId": "cc91cdc5-f15f-4315-a153-618fc7dc0131",
"MedicalCodeDurationId": "417a2c40-fce9-4530-a929-3ae8e750da3f",
"MedicalCodeMoodId": "0f8d817b-35f7-4626-8994-349f3ac48d38",
"Stressed": true,
"MedicalCodeComplaintIds": [
"0face2dc-493a-438b-b5bb-f7ad6f581ced",
"9623a195-1b77-499b-85c1-9e721bc9fde3"
],
"Remarks": "sample string 2",
"Id": 3,
"RelationId": 4,
"RegistrationDateTime": "2026-05-26T21:09:51.8403531+02:00",
"Source": "sample string 6"
}
application/xml, text/xml
<MedicalMenstruation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical">
<Id>3</Id>
<RegistrationDateTime>2026-05-26T21:09:51.8403531+02:00</RegistrationDateTime>
<RelationId>4</RelationId>
<Source>sample string 6</Source>
<MedicalCodeBloodLossId>cc91cdc5-f15f-4315-a153-618fc7dc0131</MedicalCodeBloodLossId>
<MedicalCodeComplaintIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0face2dc-493a-438b-b5bb-f7ad6f581ced</d2p1:guid>
<d2p1:guid>9623a195-1b77-499b-85c1-9e721bc9fde3</d2p1:guid>
</MedicalCodeComplaintIds>
<MedicalCodeDurationId>417a2c40-fce9-4530-a929-3ae8e750da3f</MedicalCodeDurationId>
<MedicalCodeMoodId>0f8d817b-35f7-4626-8994-349f3ac48d38</MedicalCodeMoodId>
<Remarks>sample string 2</Remarks>
<Stressed>true</Stressed>
</MedicalMenstruation>
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 |
- |