POST api/EligibleEmployee/Add
Request Information
URI Parameters
None.
Body Parameters
ManualAddEligibleEmployeeCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| OpenEnrollmentId | integer |
None. |
|
| EmployeeIds | Collection of integer |
None. |
|
| Reason | string |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OpenEnrollmentId": 1,
"EmployeeIds": [
1,
2
],
"Reason": "sample string 2",
"UserId": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.