GET api/groups/{groupid}/groupplans/{groupplanid}/appliedpharmacyheadquarterexceptions/{exceptionid}/appliedpharmacyheadquarterinclusions
Gets a collection of pharmacy inclusions for an Applied Pharmacy Headquarter Exception
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
| groupplanid |
Group Plan identifier |
integer |
Required |
| exceptionid |
Applied Pharmacy Headquarter Exception identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of included pharmacies for a pharmacy headquarter exclusion
Collection of AppliedPharmacyHeadquarterInclusionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AppliedPharmacyHeadquarterExceptionNo |
Gets or sets the identifier for the Applied Pharmacy Headquarter Exception associated with this pharmacy inclusion |
integer |
None. |
| NPI |
Gets or sets the NPI for the included pharmacy |
string |
None. |
| Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
| ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
[
{
"url": "sample string 2",
"id": 3,
"appliedPharmacyHeadquarterExceptionNo": 1,
"npi": "sample string 1"
},
{
"url": "sample string 2",
"id": 3,
"appliedPharmacyHeadquarterExceptionNo": 1,
"npi": "sample string 1"
}
]