POST api/groups/{groupid}/priorauthpersistents/{id}/priorauthorizationpersistpharmacies
Posts a new Persistent Prior Authorization Pharmacy to an existing group
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
Group Identifier |
integer |
Required |
id |
Persistent Prior Authorization Identifier |
integer |
Required |
Body Parameters
A new Persistent Prior Authorization Pharmacy to add to the specified existing group
PriorAuthorizationPersistPharmacyModelName | 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. |
Request Formats
application/json, text/json, application/json-patch+json
Sample:
{ "url": "sample string 3", "id": 4, "pharmacyNPI": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
A newly created Persistent Prior Authorization Pharmacy resource
PriorAuthorizationPersistPharmacyModelName | 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" }