GET api/groups/{groupid}/groupplans/{groupplanid}/rules/{ruleid}/rulepharmacytypes/{id}
Gets a pharmacy type for the specified rule and pharmacy type identifier
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
| groupplanid |
Group Plan identifier |
integer |
Required |
| ruleid |
Rule identifier |
integer |
Required |
| id |
Rule Pharmacy type identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A rule pharmacy type
RulePharmacyTypeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RuleNo |
Gets or sets the rule identifier associated with this rule pharmacy |
integer |
None. |
| Description |
Gets or sets the description associated with this rule pharmacy type |
string |
None. |
| PharmacyTypeCode |
Gets or sets the pharmacy type code associated with this rule pharmacy type |
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 6",
"id": 7,
"ruleNo": 1,
"description": "sample string 2",
"pharmacyTypeCode": "sample string 3"
}