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
NameDescriptionTypeAdditional 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
  },
  {
    "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
  }
]