PUT api/EmployeeEnrollment/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
UpdateEmployeeEnrollmentCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RateType | string |
None. |
|
| DependentIds | Collection of integer |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RateType": "sample string 2",
"DependentIds": [
1,
2
],
"UserId": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.