POST api/Enrollment/Offer
Request Information
URI Parameters
None.
Body Parameters
EnrollmentOfferParam| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | integer |
None. |
|
| BenefitPlanId | integer |
None. |
|
| IsMedicalPlan | boolean |
None. |
|
| OfferDate | string |
None. |
|
| RateType | string |
None. |
|
| Family | Collection of integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeId": 1,
"BenefitPlanId": 2,
"IsMedicalPlan": true,
"OfferDate": "sample string 4",
"RateType": "sample string 5",
"Family": [
1,
2
],
"UserId": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.