GET api/PersonnelAPI/GetEmployeeSimpleInfoList?fromDate={fromDate}&endDate={endDate}&status={status}&depart={depart}
获得员工基本列表,用于员工列表的选择
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
fromDate | string |
Required |
|
endDate | string |
Required |
|
status | integer |
Required |
|
depart | string |
Required |
Body Parameters
None.
Response Information
Resource Description
获得员工基本列表,用于员工列表的选择
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>