GET api/groups/{groupid}/groupplans/{groupplanid}/planpricinggroups/{planpricinggroupid}/planpricinggroupdrugs
Gets a collection of pricing group drugs for a plan pricing group
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
Group identifier |
integer |
Required |
groupplanid |
Group Plan identifier |
integer |
Required |
planpricinggroupid |
Plan Pricing Group identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of pricing group drugs
Collection of PlanPricingGroupDrugModelName | Description | Type | Additional information |
---|---|---|---|
GroupPlanNo |
Gets or sets the identifier for the Group Plan associated with this pricing group drug |
integer |
None. |
NDC |
Gets or sets the NDC for the drug |
string |
None. |
PlanPricingGroupNo |
Gets or sets the identifier for the Pricing Group associated with this pricing group drug |
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 4", "id": 5, "groupPlanNo": 1, "ndc": "sample string 2", "planPricingGroupNo": 3 }, { "url": "sample string 4", "id": 5, "groupPlanNo": 1, "ndc": "sample string 2", "planPricingGroupNo": 3 } ]