GET api/pharmacyprofiles/{id}
Gets a pharmacy profile resource
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
pharmacy profile identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A pharmacy profile resource
PharmacyProfileModelName | Description | Type | Additional information |
---|---|---|---|
PharmacyBranchNo | integer |
None. |
|
PharmacyBranchUrl |
Gets or sets the group url for this resource |
string |
None. |
ProfileName |
Gets or sets the profile name for this pharmacy profile |
string |
None. |
Description |
Gets or sets the description for this pharmacy profile |
string |
None. |
PharmacyRelationshipCodeCriteriaType |
Gets or sets the pharmacy relationship code criteria type for this pharmacy profile |
string |
None. |
PharmacyListIsExlusionCriteria |
Gets or sets the pharmacy list is an exclusion or not for this pharmacy profile |
boolean |
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 7", "id": 8, "pharmacyBranchNo": 1, "pharmacyBranchUrl": "sample string 2", "profileName": "sample string 3", "description": "sample string 4", "pharmacyRelationshipCodeCriteriaType": "sample string 5", "pharmacyListIsExlusionCriteria": true }