PUT api/v1/hr/staffexceptionandconflictlogs/{staffExceptionAndConflictLogId}
Update StaffExceptionAndConflictLogModel by primary key
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| staffExceptionAndConflictLogId | integer |
Required |
Body Parameters
StaffExceptionAndConflictLogModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StaffExceptionAndConflictLogId | integer |
Required |
|
| EmployeeName | string |
String length: inclusive between 0 and 200 |
|
| UniqueEin | string |
Required String length: inclusive between 0 and 50 |
|
| HrUserId | string |
String length: inclusive between 0 and 20 |
|
| HrProcessLevel | string |
String length: inclusive between 0 and 50 |
|
| HrDepartment | string |
String length: inclusive between 0 and 50 |
|
| HrJobClass | string |
String length: inclusive between 0 and 50 |
|
| HrJobCode | string |
String length: inclusive between 0 and 50 |
|
| FsEin | string |
String length: inclusive between 0 and 50 |
|
| FsSkill | string |
String length: inclusive between 0 and 50 |
|
| ExceptionType | string |
Required String length: inclusive between 0 and 50 |
|
| Description | string |
Required String length: inclusive between 0 and 500 |
|
| ChangedBy | string |
Required String length: inclusive between 0 and 50 |
|
| CreateDateUtc | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"StaffExceptionAndConflictLogId": 1,
"EmployeeName": "sample string 2",
"UniqueEin": "sample string 3",
"HrUserId": "sample string 4",
"HrProcessLevel": "sample string 5",
"HrDepartment": "sample string 6",
"HrJobClass": "sample string 7",
"HrJobCode": "sample string 8",
"FsEin": "sample string 9",
"FsSkill": "sample string 10",
"ExceptionType": "sample string 11",
"Description": "sample string 12",
"ChangedBy": "sample string 13",
"CreateDateUtc": "2026-01-02T21:51:10.7873481-06:00"
}
Response Information
Resource Description
None.