POST api/groups/{groupid}/groupplans/{groupplanid}/planincentives/{planincentiveid}/planincentiverates
Posts a new plan incentive rate object to the specified plan incentive record
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
| groupplanid |
Group Plan Identifier |
integer |
Required |
| planincentiveid |
Identifier for the Plan Incentive record to which this Plan Incentive Rate will be added |
integer |
Required |
Body Parameters
The plan incentive rate to add
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. |
Request 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
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The newly added plan incentive rate object
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
}