GET api/pharmacywholesalers

Gets a collection of pharmacy wholesalers

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of pharmacy wholesalers

Collection of PharmacyWholesalerModel
NameDescriptionTypeAdditional information
WholesalerName

Gets or sets the wholesaler name

string

None.

Description

Gets or sets the description for this wholesaler

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 3",
    "id": 4,
    "wholesalerName": "sample string 1",
    "description": "sample string 2"
  },
  {
    "url": "sample string 3",
    "id": 4,
    "wholesalerName": "sample string 1",
    "description": "sample string 2"
  }
]