GET api/pharmacytypes

Gets a collection of all pharmacy types

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of pharmacy types

Collection of PharmacyTypeModel
NameDescriptionTypeAdditional information
Description

Gets or sets the description associated with this rule pharmacy type

string

None.

PharmacyTypeCode

Gets or sets the pharmacy type code associated with this rule pharmacy type

string

None.

Response Formats

application/json, text/json, application/json-patch+json

Sample:
[
  {
    "description": "sample string 1",
    "pharmacyTypeCode": "sample string 2"
  },
  {
    "description": "sample string 1",
    "pharmacyTypeCode": "sample string 2"
  }
]