GET api/groups/{groupid}/groupplans/{groupplanid}/rules/{ruleid}/rulepricinggroups/{id}

Gets a Rule Pricing Group for the specified rule and pricing group identifier

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupid

Group identifier

integer

Required

groupplanid

Group Plan identifier

integer

Required

ruleid

Rule identifier

integer

Required

id

Rule Pricing Group identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

A Rule Pricing Group

RulePricingGroupModel
NameDescriptionTypeAdditional information
RuleNo

Gets or sets the rule identifier associated with this rule pricing group

integer

None.

Name

Gets or sets the name of the pricing group used in the rule drug criteria

string

None.

Description

Gets or sets the description of the pricing group used in the rule drug criteria

string

None.

PlanPricingGroupNo

Gets or sets the Plan Pricing Group 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 6",
  "id": 7,
  "ruleNo": 1,
  "name": "sample string 2",
  "description": "sample string 3",
  "planPricingGroupNo": 5
}