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": "f6beab69-6d95-4a7b-939d-86e22314ca3e",
"MedicalCodeDurationId": "34adc6f4-e0cd-43a1-b151-595eb5c4268f",
"MedicalCodeMoodId": "6b10c5f5-edd4-490c-9eda-f64de94119bf",
"Stressed": true,
"MedicalCodeComplaintIds": [
"da6d48de-60fe-41c6-ada5-68e7beb987a9",
"96e92eb8-2656-47fd-b4d2-79febd9425d6"
],
"Remarks": "sample string 2",
"Id": 3,
"RelationId": 4,
"RegistrationDateTime": "2026-05-26T22:08:40.2514931+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-26T22:08:40.2514931+02:00</RegistrationDateTime>
<RelationId>4</RelationId>
<Source>sample string 6</Source>
<MedicalCodeBloodLossId>f6beab69-6d95-4a7b-939d-86e22314ca3e</MedicalCodeBloodLossId>
<MedicalCodeComplaintIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>da6d48de-60fe-41c6-ada5-68e7beb987a9</d2p1:guid>
<d2p1:guid>96e92eb8-2656-47fd-b4d2-79febd9425d6</d2p1:guid>
</MedicalCodeComplaintIds>
<MedicalCodeDurationId>34adc6f4-e0cd-43a1-b151-595eb5c4268f</MedicalCodeDurationId>
<MedicalCodeMoodId>6b10c5f5-edd4-490c-9eda-f64de94119bf</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 |
- |