POST api/PatientPortal
Request Information
URI Parameters
None.
Body Parameters
PapaTestQuestionnaire| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientData | PatientData |
None. |
|
| Anamnesis | Anamnesis |
None. |
|
| CreateDate | date |
None. |
|
| Active | boolean |
None. |
|
| InvitationNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"patientData": {
"firstName": "sample string 1",
"lastName": "sample string 2",
"fatherName": "sample string 3",
"nationalPatientIdentification": "sample string 4",
"birthDate": "2025-12-09T23:57:16.369988+01:00",
"phoneNumber": "sample string 5",
"email": "sample string 6",
"municipality": "sample string 7",
"street": "sample string 8",
"streetNumber": "sample string 9"
},
"anamnesis": {
"menstrualCycle": 1,
"yearOfLastPapaTest": 1,
"papaTestDescription": "sample string 1",
"dateOfLastMenstruation": "2025-12-09T23:57:16.369988+01:00",
"yearOfLastHpvTest": 1,
"hpvDescription": "sample string 2",
"numberOfBabyDelivery": 1,
"numberOfBabyAbortion": 1,
"intrauterineInsole": 1,
"intrauterineApplicationIUU": "2025-12-09T23:57:16.369988+01:00",
"hormoneTherapy": 1
},
"createDate": "2025-12-09T23:57:16.369988+01:00",
"active": true,
"invitationNumber": "sample string 3"
}
application/xml, text/xml
Sample:
<PapaTestQuestionnaire xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMedit.eDoktor.BDO.Patient">
<Active>true</Active>
<Anamnesis>
<DateOfLastMenstruation>2025-12-09T23:57:16.369988+01:00</DateOfLastMenstruation>
<HormoneTherapy>1</HormoneTherapy>
<HpvDescription>sample string 2</HpvDescription>
<IntrauterineApplicationIUU>2025-12-09T23:57:16.369988+01:00</IntrauterineApplicationIUU>
<IntrauterineInsole>1</IntrauterineInsole>
<MenstrualCycle>1</MenstrualCycle>
<NumberOfBabyAbortion>1</NumberOfBabyAbortion>
<NumberOfBabyDelivery>1</NumberOfBabyDelivery>
<PapaTestDescription>sample string 1</PapaTestDescription>
<YearOfLastHpvTest>1</YearOfLastHpvTest>
<YearOfLastPapaTest>1</YearOfLastPapaTest>
</Anamnesis>
<CreateDate>2025-12-09T23:57:16.369988+01:00</CreateDate>
<InvitationNumber>sample string 3</InvitationNumber>
<PatientData>
<BirthDate>2025-12-09T23:57:16.369988+01:00</BirthDate>
<Email>sample string 6</Email>
<FatherName>sample string 3</FatherName>
<FirstName>sample string 1</FirstName>
<LastName>sample string 2</LastName>
<Municipality>sample string 7</Municipality>
<NationalPatientIdentification>sample string 4</NationalPatientIdentification>
<PhoneNumber>sample string 5</PhoneNumber>
<Street>sample string 8</Street>
<StreetNumber>sample string 9</StreetNumber>
</PatientData>
</PapaTestQuestionnaire>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.