GET api/pharmacywholesalers/{id}

Gets a pharmacy wholesaler resource

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

pharmacy wholesaler identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

A pharmacy wholesaler resource

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"
}