GET api/groups/{groupid}/groupplans/{groupplanid}/planincentives/{planincentiveid}/planincentiverates
Gets a collection of Plan Incentive Rate resources for a Group Plan
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
| groupplanid |
Group Plan identifier |
integer |
Required |
| planincentiveid |
Plan Incentive identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of plan incentive rate details
Collection of PlanIncentiveRateModel| Name | Description | Type | Additional 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
[
{
"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
},
{
"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
}
]