POST api/EmployeeEnrollment

Request Information

URI Parameters

None.

Body Parameters

CreateEmployeeEnrollmentCommand
NameDescriptionTypeAdditional information
OpenEnrollmentId

integer

None.

EmployeeId

integer

None.

BenefitPlanId

integer

None.

RateType

string

None.

DependentIds

Collection of integer

None.

UserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OpenEnrollmentId": 1,
  "EmployeeId": 2,
  "BenefitPlanId": 3,
  "RateType": "sample string 4",
  "DependentIds": [
    1,
    2
  ],
  "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.