POST PlanCare2Api/MedicalMenstruation
Insert MedicalMenstruation.
Relation(s) must be of the following type: Client
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 |
None |
| MedicalCodeDurationId |
Id of MedicalCodeDuration (MedicalCodeListType.MenstruationDuration). |
globally unique identifier |
None |
| MedicalCodeMoodId |
Id of MedicalCodeMood (MedicalCodeListType.MenstruationMood). |
globally unique identifier |
None |
| Stressed |
Stressed. |
boolean |
None |
| MedicalCodeComplaintIds |
List of id's of MedicalCodeComplaint (MedicalCodeListType.MenstruationComplaint). |
Collection of globally unique identifier |
None |
| Remarks |
Remarks. |
string |
None |
| Id |
Id of the registration. |
integer |
None |
| 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 |
None |
Request Formats
application/json, text/json
{
"MedicalCodeBloodLossId": "ebf91906-565c-474b-9597-0f97e5408d42",
"MedicalCodeDurationId": "6aeb917b-341c-45dc-8caa-2e34724e1bfd",
"MedicalCodeMoodId": "6a674cf2-6243-41ad-b1f9-4f852a131e20",
"Stressed": true,
"MedicalCodeComplaintIds": [
"6e5a9f14-df5a-4067-bde8-e4b7a9adfabd",
"bd6a7ff6-f472-425e-b397-380cc2a6d2b0"
],
"Remarks": "sample string 2",
"Id": 3,
"RelationId": 4,
"RegistrationDateTime": "2026-05-26T21:11:13.1456574+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:11:13.1456574+02:00</RegistrationDateTime>
<RelationId>4</RelationId>
<Source>sample string 6</Source>
<MedicalCodeBloodLossId>ebf91906-565c-474b-9597-0f97e5408d42</MedicalCodeBloodLossId>
<MedicalCodeComplaintIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6e5a9f14-df5a-4067-bde8-e4b7a9adfabd</d2p1:guid>
<d2p1:guid>bd6a7ff6-f472-425e-b397-380cc2a6d2b0</d2p1:guid>
</MedicalCodeComplaintIds>
<MedicalCodeDurationId>6aeb917b-341c-45dc-8caa-2e34724e1bfd</MedicalCodeDurationId>
<MedicalCodeMoodId>6a674cf2-6243-41ad-b1f9-4f852a131e20</MedicalCodeMoodId>
<Remarks>sample string 2</Remarks>
<Stressed>true</Stressed>
</MedicalMenstruation>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None |
|
| Content | HttpContent |
None |
|
| StatusCode | HttpStatusCode |
None |
|
| ReasonPhrase | string |
None |
|
| Headers | Collection of Object |
None |
|
| RequestMessage | HttpRequestMessage |
None |
|
| IsSuccessStatusCode | boolean |
None |