GET api/MedicationRefillRequestsOnly
Returns the preferred pharmacy details of medication refill request only.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MedicationRefillRequestOnlyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Unique ID of the medication refill request only. |
integer |
None. |
| Created |
Created date of the medication refill request only. |
string |
None. |
| PatientFullName |
Patient full name of the medication refill request only. |
string |
None. |
| MedicationName |
Medication name of the medication refill request only. |
string |
None. |
| PatientComments |
Patient comments of the medication refill request only. |
string |
None. |
| PharmacyName |
Pharmacy name of the medication refill request only. |
string |
None. |
| PharmacyPhone |
Pharmacy phone of the medication refill request only. |
string |
None. |
| PharmacyAddress1 |
Pharmacy Address1 of the medication refill request only. |
string |
None. |
| PharmacyAddress2 |
Pharmacy Address2 of the medication refill request only. |
string |
None. |
| PharmacyCity |
Pharmacy City of the medication refill request only. |
string |
None. |
| PharmacyState |
Pharmacy State of the medication refill request only. |
string |
None. |
| PharmacyZip |
Pharmacy Zip of the medication refill request only. |
string |
None. |
| SecureRecipientId |
Message to practice id of the medication refill request only. |
globally unique identifier |
None. |
| PreferredPharmacyName |
Preferred Pharmacy name of the medication refill request only(read only). |
string |
None. |
| PreferredPharmacyPhone |
Preferred Pharmacy phone of the medication refill request only(read only). |
string |
None. |
| PreferredPharmacyAddress1 |
Preferred Pharmacy Address1 of the medication refill request only(read only). |
string |
None. |
| PreferredPharmacyAddress2 |
Preferred Pharmacy Address2 of the medication refill request only(read only). |
string |
None. |
| PreferredPharmacyCity |
Preferred Pharmacy City of the medication refill request only(read only). |
string |
None. |
| PreferredPharmacyState |
Preferred Pharmacy State of the medication refill request only(read only). |
string |
None. |
| PreferredPharmacyZip |
Preferred Pharmacy Zip of the medication refill request only(read only). |
string |
None. |
Response Formats
application/json, text/json
{
"Id": 1,
"Created": "sample string 2",
"PatientFullName": "sample string 3",
"MedicationName": "sample string 4",
"PatientComments": "sample string 5",
"PharmacyName": "sample string 6",
"PharmacyPhone": "sample string 7",
"PharmacyAddress1": "sample string 8",
"PharmacyAddress2": "sample string 9",
"PharmacyCity": "sample string 10",
"PharmacyState": "sample string 11",
"PharmacyZip": "sample string 12",
"SecureRecipientId": "79831838-1dea-4a87-a9b3-4e3141c2075d",
"PreferredPharmacyName": "sample string 14",
"PreferredPharmacyPhone": "sample string 15",
"PreferredPharmacyAddress1": "sample string 16",
"PreferredPharmacyAddress2": "sample string 17",
"PreferredPharmacyCity": "sample string 18",
"PreferredPharmacyState": "sample string 19",
"PreferredPharmacyZip": "sample string 20"
}
application/xml, text/xml
<MedicationRefillRequestOnlyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Mobile.Api.Models.PatientMedications"> <Created>sample string 2</Created> <Id>1</Id> <MedicationName>sample string 4</MedicationName> <PatientComments>sample string 5</PatientComments> <PatientFullName>sample string 3</PatientFullName> <PharmacyAddress1>sample string 8</PharmacyAddress1> <PharmacyAddress2>sample string 9</PharmacyAddress2> <PharmacyCity>sample string 10</PharmacyCity> <PharmacyName>sample string 6</PharmacyName> <PharmacyPhone>sample string 7</PharmacyPhone> <PharmacyState>sample string 11</PharmacyState> <PharmacyZip>sample string 12</PharmacyZip> <PreferredPharmacyAddress1>sample string 16</PreferredPharmacyAddress1> <PreferredPharmacyAddress2>sample string 17</PreferredPharmacyAddress2> <PreferredPharmacyCity>sample string 18</PreferredPharmacyCity> <PreferredPharmacyName>sample string 14</PreferredPharmacyName> <PreferredPharmacyPhone>sample string 15</PreferredPharmacyPhone> <PreferredPharmacyState>sample string 19</PreferredPharmacyState> <PreferredPharmacyZip>sample string 20</PreferredPharmacyZip> <SecureRecipientId>79831838-1dea-4a87-a9b3-4e3141c2075d</SecureRecipientId> </MedicationRefillRequestOnlyModel>