POST api/Employee/SaveEmpInfo
Request Information
URI Parameters
None.
Body Parameters
EmployeeDataObject| Name | Description | Type | Additional information |
|---|---|---|---|
| IsAdd | boolean |
None. |
|
| Account | string |
None. |
|
| WorkNo | string |
None. |
|
| UserName | string |
None. |
|
| DepartId | string |
None. |
|
| DepartName | string |
None. |
|
| Sex | string |
None. |
|
| Tel | string |
None. |
|
| Nation | string |
None. |
|
| JobStatus | string |
None. |
|
| Holiday | string |
None. |
|
| HolidayToHours | string |
None. |
|
| Nativeplace | string |
None. |
|
| EntryDay | date |
None. |
|
| EntryDayString | string |
None. |
|
| Birthday | date |
None. |
|
| BirthdayString | string |
None. |
|
| IdentityCard | string |
None. |
|
| Education | string |
None. |
|
| Liaisons | string |
None. |
|
| LiaisonsTel | string |
None. |
|
| CreateName | string |
None. |
|
| CreateTime | date |
None. |
|
| ModifyUser | string |
None. |
|
| ModifyTime | date |
None. |
|
| YearBreakHours | integer |
None. |
|
| SickBreakHours | integer |
None. |
|
| StartWorkDay | date |
None. |
|
| StartWorkDayString | string |
None. |
|
| BreakDownHours | integer |
None. |
|
| PayLeaveHours | integer |
None. |
|
| PayLeaveUsedHours | integer |
None. |
|
| HeadSculpture | string |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultObject| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSucceed | boolean |
None. |
|
| Remark | string |
None. |
|
| OpTime | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSucceed": true,
"remark": "sample string 2",
"opTime": "sample string 3",
"result": {}
}
application/xml, text/xml
Sample:
<JsonResultObject xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IsSucceed>true</IsSucceed> <Remark>sample string 2</Remark> <OpTime>sample string 3</OpTime> <Result /> </JsonResultObject>