POST api/EmployeeEnrollment/DeclineAll
Request Information
URI Parameters
None.
Body Parameters
DeclineAllEmployeeEnrollmentCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| OpenEnrollmentId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| DeclineReasonId | integer |
None. |
|
| TodayDate | string |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OpenEnrollmentId": 1,
"EmployeeId": 2,
"DeclineReasonId": 3,
"TodayDate": "sample string 4",
"UserId": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.