PUT api/EmployeeTypes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
AddEmployeeTypeParam| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| JobCategoryId | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| EligibleVariableHour | boolean |
None. |
|
| IsEnable | boolean |
None. |
|
| IsInternal | boolean |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"JobCategoryId": "0de2d499-7b55-4062-b7fb-31943597ccdc",
"Description": "sample string 3",
"EligibleVariableHour": true,
"IsEnable": true,
"IsInternal": true,
"UserId": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.