POST api/EmployeeEnrollment/Decline

Request Information

URI Parameters

None.

Body Parameters

DeclineEmployeeEnrollmentCommand
NameDescriptionTypeAdditional information
OpenEnrollmentId

integer

None.

EmployeeId

integer

None.

BenefitPlanId

integer

None.

DeclineReasonId

integer

None.

UserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OpenEnrollmentId": 1,
  "EmployeeId": 2,
  "BenefitPlanId": 3,
  "DeclineReasonId": 4,
  "UserId": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.