GET api/pharmacyprofiles
Gets a collection of pharmacy profiles
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of pharmacy profiles
Collection of PharmacyProfileModel| Name | 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. |
| NetworkListIsExclusion |
Gets or sets the network list is an exclusion option this pharmacy profile |
boolean |
None. |
| HeadquarterListIsExclusion |
Gets or sets the headquarter list is an exclusion option this pharmacy profile |
boolean |
None. |
| PharmacyLocationListIsExclusion |
Gets or sets the pharmacy location list is an exclusion option 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 9",
"id": 10,
"pharmacyBranchNo": 1,
"pharmacyBranchUrl": "sample string 2",
"profileName": "sample string 3",
"description": "sample string 4",
"pharmacyRelationshipCodeCriteriaType": "sample string 5",
"networkListIsExclusion": true,
"headquarterListIsExclusion": true,
"pharmacyLocationListIsExclusion": true
},
{
"url": "sample string 9",
"id": 10,
"pharmacyBranchNo": 1,
"pharmacyBranchUrl": "sample string 2",
"profileName": "sample string 3",
"description": "sample string 4",
"pharmacyRelationshipCodeCriteriaType": "sample string 5",
"networkListIsExclusion": true,
"headquarterListIsExclusion": true,
"pharmacyLocationListIsExclusion": true
}
]