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": "b56ac4d0-a6a0-49df-9be4-8fcdb5b00115",
"MedicalCodeDurationId": "fcc8a074-5a92-4fca-a5dc-ce2c424ee796",
"MedicalCodeMoodId": "04d9b178-a69e-4363-93ee-fb7f00934d0c",
"Stressed": true,
"MedicalCodeComplaintIds": [
"dd446cb7-4b5e-4738-bd34-6585d7bee946",
"b9098ddc-0f8a-401b-a57d-8c0027f4b90a"
],
"Remarks": "sample string 2",
"Id": 3,
"RelationId": 4,
"RegistrationDateTime": "2026-06-10T12:13:16.5514639+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:13:16.5514639+02:00</RegistrationDateTime>
<RelationId>4</RelationId>
<Source>sample string 6</Source>
<MedicalCodeBloodLossId>b56ac4d0-a6a0-49df-9be4-8fcdb5b00115</MedicalCodeBloodLossId>
<MedicalCodeComplaintIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>dd446cb7-4b5e-4738-bd34-6585d7bee946</d2p1:guid>
<d2p1:guid>b9098ddc-0f8a-401b-a57d-8c0027f4b90a</d2p1:guid>
</MedicalCodeComplaintIds>
<MedicalCodeDurationId>fcc8a074-5a92-4fca-a5dc-ce2c424ee796</MedicalCodeDurationId>
<MedicalCodeMoodId>04d9b178-a69e-4363-93ee-fb7f00934d0c</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 |
- |