GET api/groups/{groupid}/groupplans/{groupplanid}/appliedpharmacyheadquarterexceptions/{exceptionid}/appliedpharmacyheadquarterinclusions/{id}
Gets an included pharmacy 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 |
| id |
Identifier for the pharmacy inclusion |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An included pharmacy for a pharmacy headquarter exception
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"
}