GET api/groups/{groupid}/groupplans/{groupplanid}/appliedpharmacyheadquarterexceptions/{id}

Gets an Applied Pharmacy Headquarter Exception

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupid

Group identifier

integer

Required

groupplanid

Group Plan identifier

integer

Required

id

Applied Pharmacy Headquarter Exception Model identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

An Applied Pharmacy Headquarter Exception

AppliedPharmacyHeadquarterExceptionModel
NameDescriptionTypeAdditional information
AppliedPharmacyHeadquarterInclusionsUrl

Gets or sets the link of associated pharmacies included for this headquarter exception

string

None.

GroupPlanNo

Gets or sets the identifier for the group plan associated with this Applied Pharmacy Headquarter Exception

integer

None.

PharmacyHeadquarterUrl

Gets or sets the link to the underlying Pharmacy Headquarter

string

None.

PharmacyHeadquarterNo

Gets or sets the identifier for the pharmacy headquarter associated with this Applied Pharmacy Headquarter Exception

integer

None.

Active

Gets or sets whether the exception is active

boolean

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,
  "appliedPharmacyHeadquarterInclusionsUrl": "sample string 1",
  "groupPlanNo": 2,
  "pharmacyHeadquarterUrl": "sample string 3",
  "pharmacyHeadquarterNo": 1,
  "active": true
}