PUT api/EligibilitySetting/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
UpdateEligibilitySettingCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Method | integer |
None. |
|
| IsDefault | boolean |
None. |
|
| SmpStartDate | string |
None. |
|
| SmpEndDate | string |
None. |
|
| AdmStartDate | string |
None. |
|
| AdmEndDate | string |
None. |
|
| SpStartDate | string |
None. |
|
| SpEndDate | string |
None. |
|
| JobPositionIds | Collection of integer |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Method": 2,
"IsDefault": true,
"SmpStartDate": "sample string 4",
"SmpEndDate": "sample string 5",
"AdmStartDate": "sample string 6",
"AdmEndDate": "sample string 7",
"SpStartDate": "sample string 8",
"SpEndDate": "sample string 9",
"JobPositionIds": [
1,
2
],
"UserId": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.