PATCH api/groups/{groupid}/groupplans/{groupplanid}/appliedpharmacyheadquarterexceptions/{id}
Patches an existing Applied Pharmacy Headquarter Exception.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
| groupplanid |
Group Plan identifier |
integer |
Required |
| id |
Applied Pharmacy Headquarter Exception Model identifier |
integer |
Required |
Body Parameters
The json formatted patch document (https://tools.ietf.org/html/rfc6902) containing operations to apply to the target applied pharmacy headquarter exception
JsonPatchDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| Operations | Collection of Operation |
None. |
Request Formats
application/json
Sample not available.
text/json
Sample not available.
application/json-patch+json
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The patched Applied Pharmacy Headquarter Exception.
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
}