GET api/pharmacyclasses
Gets a collection of pharmacy classes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of pharmacy classes
Collection of PharmacyClassModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ClassName |
Gets or sets the pharmacy class name |
string |
None. |
| Description |
Gets or sets the pharmacy class description |
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 4",
"id": 5,
"className": "sample string 2",
"description": "sample string 3"
},
{
"url": "sample string 4",
"id": 5,
"className": "sample string 2",
"description": "sample string 3"
}
]