PUT api/BenefitPlan/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
BenefitPlanParam| Name | Description | Type | Additional information |
|---|---|---|---|
| InsuranceContractId | integer |
Required |
|
| Name | string |
Required |
|
| BenefitTypeId | integer |
Required |
|
| PlanType | integer |
None. |
|
| IsMinimumValue | boolean |
None. |
|
| IsMedicalEssentialCover | boolean |
None. |
|
| IsBasePlan | boolean |
None. |
|
| RateEmpOnly | decimal number |
Required |
|
| RateEmpSpouse | decimal number |
Required |
|
| RateEmpChildren | decimal number |
Required |
|
| RateEmpFamily | decimal number |
Required |
|
| CompanyShareEmpOnly | decimal number |
Required |
|
| CompanyShareEmpSpouse | decimal number |
Required |
|
| CompanyShareEmpChild | decimal number |
Required |
|
| CompanyShareEmpFamily | decimal number |
Required |
|
| DeductableAmt | decimal number |
Required |
|
| Coinsurance | decimal number |
Required |
|
| PhysOfficeCopayAmt | decimal number |
Required |
|
| PharmacyCopayAmt | decimal number |
Required |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"InsuranceContractId": 1,
"Name": "sample string 2",
"BenefitTypeId": 3,
"PlanType": 1,
"IsMinimumValue": true,
"IsMedicalEssentialCover": true,
"IsBasePlan": true,
"RateEmpOnly": 7.0,
"RateEmpSpouse": 8.0,
"RateEmpChildren": 9.0,
"RateEmpFamily": 10.0,
"CompanyShareEmpOnly": 11.0,
"CompanyShareEmpSpouse": 12.0,
"CompanyShareEmpChild": 13.0,
"CompanyShareEmpFamily": 14.0,
"DeductableAmt": 15.0,
"Coinsurance": 16.0,
"PhysOfficeCopayAmt": 17.0,
"PharmacyCopayAmt": 18.0,
"UserId": 19
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.