POST PlanCare2Api/MedicalMenstruation
Insert MedicalMenstruation.
Relation(s) can be of the following types: Client, Prospect
Requires 'Insert' 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": "7fe42347-35a5-4471-b6d2-64656e329877",
"MedicalCodeDurationId": "99c5e8d7-af55-4fce-ab7a-6c32435d98e9",
"MedicalCodeMoodId": "40485395-95be-4e16-9bee-6197e9cfd622",
"Stressed": true,
"MedicalCodeComplaintIds": [
"fec513f5-7524-40ae-b006-9076298569b9",
"9b2837bd-f152-4a26-8041-73c5db4e5cae"
],
"Remarks": "sample string 2",
"Id": 3,
"RelationId": 4,
"RegistrationDateTime": "2026-05-26T21:10:24.7340318+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:10:24.7340318+02:00</RegistrationDateTime>
<RelationId>4</RelationId>
<Source>sample string 6</Source>
<MedicalCodeBloodLossId>7fe42347-35a5-4471-b6d2-64656e329877</MedicalCodeBloodLossId>
<MedicalCodeComplaintIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fec513f5-7524-40ae-b006-9076298569b9</d2p1:guid>
<d2p1:guid>9b2837bd-f152-4a26-8041-73c5db4e5cae</d2p1:guid>
</MedicalCodeComplaintIds>
<MedicalCodeDurationId>99c5e8d7-af55-4fce-ab7a-6c32435d98e9</MedicalCodeDurationId>
<MedicalCodeMoodId>40485395-95be-4e16-9bee-6197e9cfd622</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 |
- |