POST api/groups/{groupid}/groupplans/{groupplanid}/appliedpharmacyheadquarterexceptions/{exceptionid}/appliedpharmacyheadquarterinclusions

Posts a new included pharmacy for an Applied Pharmacy Headquarter Exception

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupid

Group identifier

integer

Required

groupplanid

Group Plan identifier

integer

Required

exceptionid

Applied Pharmacy Headquarter Exception identifier

integer

Required

Body Parameters

The new Applied Pharmacy Headquarter Inclusion model to add.

AppliedPharmacyHeadquarterInclusionModel
NameDescriptionTypeAdditional information
AppliedPharmacyHeadquarterExceptionNo

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

integer

None.

NPI

Gets or sets the NPI for the included pharmacy

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.

Request Formats

application/json, text/json, application/json-patch+json

Sample:
{
  "url": "sample string 2",
  "id": 3,
  "appliedPharmacyHeadquarterExceptionNo": 1,
  "npi": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppliedPharmacyHeadquarterInclusionModel
NameDescriptionTypeAdditional information
AppliedPharmacyHeadquarterExceptionNo

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

integer

None.

NPI

Gets or sets the NPI for the included pharmacy

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,
  "appliedPharmacyHeadquarterExceptionNo": 1,
  "npi": "sample string 1"
}