GET api/groups/{groupid}/priorauthpersistents/{id}/priorauthorizationpersistpharmacies/{priorAuthorizationPersistPharmacyId}
Gets a Persistent Prior Authorization Pharmacy object by Persistent Prior Authorization Identifier and Persistent Prior Authorization Pharmacy Identifier
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group Identifier |
integer |
Required |
| id |
Persistent Prior Authorization Identifier |
integer |
Required |
| priorAuthorizationPersistPharmacyId |
Persistent Prior Authorization Pharmacy Identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PriorAuthorizationPersistPharmacyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PharmacyNPI |
Gets or sets the NPI of the 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 3",
"id": 4,
"pharmacyNPI": "sample string 1"
}