GET api/PersonnelAPI/GetEmployeeCountInfoByDateRange?startDate={startDate}&endDate={endDate}

根据时间范围获得在职、入职、离职人数

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

开始日期

string

Required

endDate

结束日期

string

Required

Body Parameters

None.

Response Information

Resource Description

根据时间范围获得在职、入职、离职人数

string

Response 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>