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