GET api/groups/{groupid}/groupplans/{groupplanid}/penaltybasises/{id}

Gets a drug selection penalty basis resource

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupid

integer

Required

groupplanid

integer

Required

id

Drug Selection Penalty Basis identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

A drug selection penalty basis resource

PenaltyBasisModel
NameDescriptionTypeAdditional information
GroupPlanNo

Gets or sets the identifier for the Group Plan associated with this PenaltyBasis

integer

None.

Description

Gets or sets the description of the penalty basis

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 3",
  "id": 4,
  "groupPlanNo": 1,
  "description": "sample string 2"
}