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": "bf95c55b-ea2a-455c-af50-a15b89ab0b69",
"MedicalCodeDurationId": "da798583-8836-4865-a750-98861868042a",
"MedicalCodeMoodId": "f98fd5a8-0633-4d4a-83a2-c2f3102864eb",
"Stressed": true,
"MedicalCodeComplaintIds": [
"6d4363b6-a206-415b-8140-7d05da8b2953",
"904fe14f-8211-49a5-a87b-dd5798489b2b"
],
"Remarks": "sample string 2",
"Id": 3,
"RelationId": 4,
"RegistrationDateTime": "2026-06-10T12:30:31.8482382+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-06-10T12:30:31.8482382+02:00</RegistrationDateTime>
<RelationId>4</RelationId>
<Source>sample string 6</Source>
<MedicalCodeBloodLossId>bf95c55b-ea2a-455c-af50-a15b89ab0b69</MedicalCodeBloodLossId>
<MedicalCodeComplaintIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6d4363b6-a206-415b-8140-7d05da8b2953</d2p1:guid>
<d2p1:guid>904fe14f-8211-49a5-a87b-dd5798489b2b</d2p1:guid>
</MedicalCodeComplaintIds>
<MedicalCodeDurationId>da798583-8836-4865-a750-98861868042a</MedicalCodeDurationId>
<MedicalCodeMoodId>f98fd5a8-0633-4d4a-83a2-c2f3102864eb</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 |
- |