PATCH api/groups/{groupid}/groupplans/{groupplanid}/rules/{ruleid}/rulepharmacyheadquarters/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid | integer |
Required |
|
| groupplanid | integer |
Required |
|
| ruleid | integer |
Required |
|
| id | integer |
Required |
Body Parameters
JsonPatchDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| Operations | Collection of Operation |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/json-patch+json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RulePharmacyHeadquarterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RuleNo |
Gets or sets the rule identifier associated with this rule pharmacy headquarter |
integer |
None. |
| Description |
Gets or sets the description associated with this rule pharmacy headquarter |
string |
None. |
| PharmacyHeadquarterNo |
Gets or sets the Pharmacy Headquarter identifier |
integer |
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 5",
"id": 6,
"ruleNo": 1,
"description": "sample string 2",
"pharmacyHeadquarterNo": 4
}