POST api/Prescription/OrdinaryList
Request Information
URI Parameters
None.
Body Parameters
OrdinaryPrescriptionListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| IdentificationType | string |
None. |
|
| IdentificationValue | string |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| RequestedPharmacyUserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pageNumber": 1,
"pageSize": 2,
"identificationType": "sample string 3",
"identificationValue": "sample string 4",
"dateFrom": "2026-03-27T07:02:04.5239676+01:00",
"dateTo": "2026-03-27T07:02:04.5239676+01:00",
"requestedPharmacyUserName": "sample string 7"
}
application/xml, text/xml
Sample:
<OrdinaryPrescriptionListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMedit.eDoktor.BDO.Prescription"> <DateFrom>2026-03-27T07:02:04.5239676+01:00</DateFrom> <DateTo>2026-03-27T07:02:04.5239676+01:00</DateTo> <IdentificationType>sample string 3</IdentificationType> <IdentificationValue>sample string 4</IdentificationValue> <PageNumber>1</PageNumber> <PageSize>2</PageSize> <RequestedPharmacyUserName>sample string 7</RequestedPharmacyUserName> </OrdinaryPrescriptionListRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OrdinaryPrescriptionListResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Prescriptions | Collection of PrescriptionBasicInfo |
None. |
|
| MetaData | PaginationMetadata |
None. |
Response Formats
application/json, text/json
Sample:
{
"prescriptions": [
{
"specialistPrescriptionID": "sample string 1",
"medicamentDesc": "sample string 2",
"medicamentPackageForm": "sample string 3",
"drugPrimaryPackageForm": "sample string 4",
"drugStrength": "sample string 5",
"drugCode": "sample string 6",
"vdtInfo": "sample string 7",
"quantity": "sample string 8",
"dosage": "sample string 9",
"issuingUser": "sample string 10",
"verificationUserId": 1,
"specialistExternalIdentificator": "sample string 11",
"createCabinet": "sample string 12",
"createDate": "2026-03-27T07:02:04.5551473+01:00",
"arrivalDate": "2026-03-27T07:02:04.5551473+01:00",
"discount": "sample string 15",
"prescriptionId": 16,
"referralId": 17,
"chronicTherapyId": 1,
"drugId": 18,
"prescriptionStatusId": 19,
"prescriptionTypeId": 20,
"prescriptionTypeDesc": "sample string 21",
"verticalOrdinalNumber": 22,
"therapyOrdinalNumber": 23,
"prescriptionStatusDesc": "sample string 24",
"diagnosis": "sample string 25",
"manufacturer": "sample string 26",
"medicamentInstructions": "sample string 27",
"isCommercial": true,
"prescriptionExternalId": "sample string 29",
"verificationUser": "sample string 30",
"personalId": "sample string 31",
"name": "sample string 32",
"surname": "sample string 33",
"prescriptionNote": "sample string 34",
"prescriptionNoteResponse": "sample string 35",
"prescriptionNoteStatus": 36,
"pnCreated": "2026-03-27T07:02:04.5551473+01:00",
"pnModified": "2026-03-27T07:02:04.5551473+01:00",
"pnCreatedBy": "sample string 39",
"pnLastModifiedBy": "sample string 40",
"openedFlag": 41,
"prescriptionNoteID": 1,
"prescriptionNoteCreatedBy": 1,
"months": 42,
"createDoctorName": "sample string 43",
"createDoctorLastName": "sample string 44",
"createDoctorAcademyName": "sample string 45",
"isNarcotic": true
},
{
"specialistPrescriptionID": "sample string 1",
"medicamentDesc": "sample string 2",
"medicamentPackageForm": "sample string 3",
"drugPrimaryPackageForm": "sample string 4",
"drugStrength": "sample string 5",
"drugCode": "sample string 6",
"vdtInfo": "sample string 7",
"quantity": "sample string 8",
"dosage": "sample string 9",
"issuingUser": "sample string 10",
"verificationUserId": 1,
"specialistExternalIdentificator": "sample string 11",
"createCabinet": "sample string 12",
"createDate": "2026-03-27T07:02:04.5551473+01:00",
"arrivalDate": "2026-03-27T07:02:04.5551473+01:00",
"discount": "sample string 15",
"prescriptionId": 16,
"referralId": 17,
"chronicTherapyId": 1,
"drugId": 18,
"prescriptionStatusId": 19,
"prescriptionTypeId": 20,
"prescriptionTypeDesc": "sample string 21",
"verticalOrdinalNumber": 22,
"therapyOrdinalNumber": 23,
"prescriptionStatusDesc": "sample string 24",
"diagnosis": "sample string 25",
"manufacturer": "sample string 26",
"medicamentInstructions": "sample string 27",
"isCommercial": true,
"prescriptionExternalId": "sample string 29",
"verificationUser": "sample string 30",
"personalId": "sample string 31",
"name": "sample string 32",
"surname": "sample string 33",
"prescriptionNote": "sample string 34",
"prescriptionNoteResponse": "sample string 35",
"prescriptionNoteStatus": 36,
"pnCreated": "2026-03-27T07:02:04.5551473+01:00",
"pnModified": "2026-03-27T07:02:04.5551473+01:00",
"pnCreatedBy": "sample string 39",
"pnLastModifiedBy": "sample string 40",
"openedFlag": 41,
"prescriptionNoteID": 1,
"prescriptionNoteCreatedBy": 1,
"months": 42,
"createDoctorName": "sample string 43",
"createDoctorLastName": "sample string 44",
"createDoctorAcademyName": "sample string 45",
"isNarcotic": true
}
],
"metaData": {
"totalCount": 1,
"prescriptionsSkipped": 2,
"prescriptionsTaken": 3,
"pageNumber": 4
}
}
application/xml, text/xml
Sample:
<OrdinaryPrescriptionListResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMedit.eDoktor.BDO.Prescription">
<MetaData>
<PageNumber>4</PageNumber>
<PrescriptionsSkipped>2</PrescriptionsSkipped>
<PrescriptionsTaken>3</PrescriptionsTaken>
<TotalCount>1</TotalCount>
</MetaData>
<Prescriptions>
<PrescriptionBasicInfo>
<ArrivalDate>2026-03-27T07:02:04.5551473+01:00</ArrivalDate>
<ChronicTherapyId>1</ChronicTherapyId>
<CreateCabinet>sample string 12</CreateCabinet>
<CreateDate>2026-03-27T07:02:04.5551473+01:00</CreateDate>
<CreateDoctorAcademyName>sample string 45</CreateDoctorAcademyName>
<CreateDoctorLastName>sample string 44</CreateDoctorLastName>
<CreateDoctorName>sample string 43</CreateDoctorName>
<Diagnosis>sample string 25</Diagnosis>
<Discount>sample string 15</Discount>
<Dosage>sample string 9</Dosage>
<DrugCode>sample string 6</DrugCode>
<DrugId>18</DrugId>
<DrugPrimaryPackageForm>sample string 4</DrugPrimaryPackageForm>
<DrugStrength>sample string 5</DrugStrength>
<IsCommercial>true</IsCommercial>
<IsNarcotic>true</IsNarcotic>
<IssuingUser>sample string 10</IssuingUser>
<Manufacturer>sample string 26</Manufacturer>
<MedicamentDesc>sample string 2</MedicamentDesc>
<MedicamentInstructions>sample string 27</MedicamentInstructions>
<MedicamentPackageForm>sample string 3</MedicamentPackageForm>
<Months>42</Months>
<Name>sample string 32</Name>
<OpenedFlag>41</OpenedFlag>
<PNCreated>2026-03-27T07:02:04.5551473+01:00</PNCreated>
<PNCreatedBy>sample string 39</PNCreatedBy>
<PNLastModifiedBy>sample string 40</PNLastModifiedBy>
<PNModified>2026-03-27T07:02:04.5551473+01:00</PNModified>
<PersonalId>sample string 31</PersonalId>
<PrescriptionExternalId>sample string 29</PrescriptionExternalId>
<PrescriptionId>16</PrescriptionId>
<PrescriptionNote>sample string 34</PrescriptionNote>
<PrescriptionNoteCreatedBy>1</PrescriptionNoteCreatedBy>
<PrescriptionNoteID>1</PrescriptionNoteID>
<PrescriptionNoteResponse>sample string 35</PrescriptionNoteResponse>
<PrescriptionNoteStatus>36</PrescriptionNoteStatus>
<PrescriptionStatusDesc>sample string 24</PrescriptionStatusDesc>
<PrescriptionStatusId>19</PrescriptionStatusId>
<PrescriptionTypeDesc>sample string 21</PrescriptionTypeDesc>
<PrescriptionTypeId>20</PrescriptionTypeId>
<Quantity>sample string 8</Quantity>
<ReferralId>17</ReferralId>
<SpecialistExternalIdentificator>sample string 11</SpecialistExternalIdentificator>
<Surname>sample string 33</Surname>
<TherapyOrdinalNumber>23</TherapyOrdinalNumber>
<VdtInfo>sample string 7</VdtInfo>
<VerificationUser>sample string 30</VerificationUser>
<VerificationUserId>1</VerificationUserId>
<VerticalOrdinalNumber>22</VerticalOrdinalNumber>
<specialistPrescriptionID>sample string 1</specialistPrescriptionID>
</PrescriptionBasicInfo>
<PrescriptionBasicInfo>
<ArrivalDate>2026-03-27T07:02:04.5551473+01:00</ArrivalDate>
<ChronicTherapyId>1</ChronicTherapyId>
<CreateCabinet>sample string 12</CreateCabinet>
<CreateDate>2026-03-27T07:02:04.5551473+01:00</CreateDate>
<CreateDoctorAcademyName>sample string 45</CreateDoctorAcademyName>
<CreateDoctorLastName>sample string 44</CreateDoctorLastName>
<CreateDoctorName>sample string 43</CreateDoctorName>
<Diagnosis>sample string 25</Diagnosis>
<Discount>sample string 15</Discount>
<Dosage>sample string 9</Dosage>
<DrugCode>sample string 6</DrugCode>
<DrugId>18</DrugId>
<DrugPrimaryPackageForm>sample string 4</DrugPrimaryPackageForm>
<DrugStrength>sample string 5</DrugStrength>
<IsCommercial>true</IsCommercial>
<IsNarcotic>true</IsNarcotic>
<IssuingUser>sample string 10</IssuingUser>
<Manufacturer>sample string 26</Manufacturer>
<MedicamentDesc>sample string 2</MedicamentDesc>
<MedicamentInstructions>sample string 27</MedicamentInstructions>
<MedicamentPackageForm>sample string 3</MedicamentPackageForm>
<Months>42</Months>
<Name>sample string 32</Name>
<OpenedFlag>41</OpenedFlag>
<PNCreated>2026-03-27T07:02:04.5551473+01:00</PNCreated>
<PNCreatedBy>sample string 39</PNCreatedBy>
<PNLastModifiedBy>sample string 40</PNLastModifiedBy>
<PNModified>2026-03-27T07:02:04.5551473+01:00</PNModified>
<PersonalId>sample string 31</PersonalId>
<PrescriptionExternalId>sample string 29</PrescriptionExternalId>
<PrescriptionId>16</PrescriptionId>
<PrescriptionNote>sample string 34</PrescriptionNote>
<PrescriptionNoteCreatedBy>1</PrescriptionNoteCreatedBy>
<PrescriptionNoteID>1</PrescriptionNoteID>
<PrescriptionNoteResponse>sample string 35</PrescriptionNoteResponse>
<PrescriptionNoteStatus>36</PrescriptionNoteStatus>
<PrescriptionStatusDesc>sample string 24</PrescriptionStatusDesc>
<PrescriptionStatusId>19</PrescriptionStatusId>
<PrescriptionTypeDesc>sample string 21</PrescriptionTypeDesc>
<PrescriptionTypeId>20</PrescriptionTypeId>
<Quantity>sample string 8</Quantity>
<ReferralId>17</ReferralId>
<SpecialistExternalIdentificator>sample string 11</SpecialistExternalIdentificator>
<Surname>sample string 33</Surname>
<TherapyOrdinalNumber>23</TherapyOrdinalNumber>
<VdtInfo>sample string 7</VdtInfo>
<VerificationUser>sample string 30</VerificationUser>
<VerificationUserId>1</VerificationUserId>
<VerticalOrdinalNumber>22</VerticalOrdinalNumber>
<specialistPrescriptionID>sample string 1</specialistPrescriptionID>
</PrescriptionBasicInfo>
</Prescriptions>
</OrdinaryPrescriptionListResponse>