POST api/BenefitCoverage/DeclineAll
Request Information
URI Parameters
None.
Body Parameters
DeclineAllBenefitCoverageCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | integer |
None. |
|
| DeclineReasonId | integer |
None. |
|
| TodayDate | string |
None. |
|
| UserId | string |
None. |
|
| OpenEnrollmentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeId": 1,
"DeclineReasonId": 2,
"TodayDate": "sample string 3",
"UserId": "sample string 4",
"OpenEnrollmentId": 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.