POST api/groups/{groupid}/groupplans/{groupplanid}/appliedpharmacyheadquarterexceptions
Posts a new Applied Pharmacy Headquarter Exception.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
| groupplanid |
Group Plan identifier |
integer |
Required |
Body Parameters
The new AppliedPharmacy Headquarter Exception model to add.
AppliedPharmacyHeadquarterExceptionModel| Name | Description | Type | Additional 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. |
Request Formats
application/json, text/json, application/json-patch+json
{
"url": "sample string 4",
"id": 5,
"appliedPharmacyHeadquarterInclusionsUrl": "sample string 1",
"groupPlanNo": 2,
"pharmacyHeadquarterUrl": "sample string 3",
"pharmacyHeadquarterNo": 1,
"active": true
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
AppliedPharmacyHeadquarterExceptionModel| Name | Description | Type | Additional 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
{
"url": "sample string 4",
"id": 5,
"appliedPharmacyHeadquarterInclusionsUrl": "sample string 1",
"groupPlanNo": 2,
"pharmacyHeadquarterUrl": "sample string 3",
"pharmacyHeadquarterNo": 1,
"active": true
}