POST api/BenefitCoverage/DeclinePlanByPlanId
Request Information
URI Parameters
None.
Body Parameters
DeclinePlanBenefitCoverageCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | integer |
None. |
|
| BenefitTypeId | integer |
None. |
|
| BenefitPlanId | integer |
None. |
|
| DeclineReasonId | integer |
None. |
|
| UserId | string |
None. |
|
| OpenEnrollmentId | integer |
None. |
|
| CoverageStartDate | string |
None. |
|
| IsCreate | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeId": 1,
"BenefitTypeId": 2,
"BenefitPlanId": 3,
"DeclineReasonId": 4,
"UserId": "sample string 5",
"OpenEnrollmentId": 6,
"CoverageStartDate": "sample string 7",
"IsCreate": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.