PATCH api/groups/{groupid}/groupplans/{groupplanid}/planpricinggroups/{planpricinggroupid}/planpricinggroupdrugs/{id}

Patches an existing plan pricing group drug

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupid

Group identifier

integer

Required

groupplanid

Group Plan Identifier

integer

Required

planpricinggroupid

Pricing Group Identifier

integer

Required

id

Pricing Group Drug Identifier

integer

Required

Body Parameters

The json formatted patch document (https://tools.ietf.org/html/rfc6902) containing operations to apply to the target rule

JsonPatchDocument
NameDescriptionTypeAdditional 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

A patched plan pricing group

PlanPricingGroupDrugModel
NameDescriptionTypeAdditional 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
}