PATCH api/groups/{groupid}/groupplans/{groupplanid}/planincentives/{planincentiveid}/planincentiverates/{id}

Patches an existing plan incentive rate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupid

Group identifier

integer

Required

groupplanid

Group Plan Identifier

integer

Required

planincentiveid

Identifier for the Plan Incentive Rate record to which this Coinsurance Rate belongs

integer

Required

id

Plan Incentive Rate Identifier

integer

Required

Body Parameters

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

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 incentive rate

PlanIncentiveRateModel
NameDescriptionTypeAdditional information
DaysSupply

Gets or sets the days supply of the plan incentive rate

integer

None.

PriceCodeNo

Gets or sets the price code identifier of the plan incentive rate

integer

None.

PriceAdjustment

Gets or sets the price adjustment of the plan incentive rate. The value must be entered as a decimal (e.g. for a 20% adjustment, enter 0.20 as the value)

decimal number

None.

Amount

Gets or sets the amount of the plan incentive rate

decimal number

None.

AmountPerUnit

Gets or sets the amount per unit of the plan incentive rate

boolean

None.

Inactive

Gets or sets whether the plan incentive rate is inactive

boolean

None.

PriceCode2No

Gets or sets the second price code identifier of the plan incentive rate

integer

None.

PriceAdjustment2

Gets or sets the second price adjustment of the plan incentive rate. The value must be entered as a decimal (e.g. for a 20% adjustment, enter 0.20 as the value)

decimal number

None.

Amount2

Gets or sets the second amount of the plan incentive rate

decimal number

None.

AmountPerUnit2

Gets or sets the second amount per unit of the plan incentive rate

boolean

None.

ApplyDeductibleFirst

Gets or sets the apply deductible first of the plan incentive rate

boolean

None.

IncludeDeductibleInPostCalc

Gets or sets the include deductible in post calc of the plan incentive rate

boolean

None.

PlanIncentiveNo

Gets or sets the plan incentive identifier of the plan incentive rate

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,
  "daysSupply": 1,
  "priceCodeNo": 1,
  "priceAdjustment": 1.0,
  "amount": 1.0,
  "amountPerUnit": true,
  "inactive": true,
  "priceCode2No": 1,
  "priceAdjustment2": 1.0,
  "amount2": 1.0,
  "amountPerUnit2": true,
  "applyDeductibleFirst": true,
  "includeDeductibleInPostCalc": true,
  "planIncentiveNo": 3
}