GET api/pharmacyheadquarters/{headquarterid}/headquarterglobalplanlists

Gets a collection of global plan name value pairs tied to a headquarter based on the company associated with the authenticated user

Request Information

URI Parameters

NameDescriptionTypeAdditional information
headquarterid

Pharmacy Headquarter identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

A list of name value pairs

Collection of NameValuePairModel
NameDescriptionTypeAdditional information
Name

Display name value of name value pair

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