GET api/Hunt007UserCenter/GetSearchInfo_1?EmployeeId={EmployeeId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
EmployeeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SearchPositionBoxEntitySmallName | Description | Type | Additional information |
---|---|---|---|
PositionName | string |
None. |
|
PositionId | string |
None. |
|
DegreeId | integer |
None. |
|
PositionBoxName | string |
None. |
|
PositionBoxId | integer |
None. |
|
KeyWord | string |
None. |
|
ProvinceId | string |
None. |
|
ProvinceName | string |
None. |
|
EmployeeId | integer |
None. |
|
Checked | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PositionName": "sample string 1", "PositionId": "sample string 2", "DegreeId": 3, "PositionBoxName": "sample string 4", "PositionBoxId": 5, "KeyWord": "sample string 6", "ProvinceId": "sample string 7", "ProvinceName": "sample string 8", "EmployeeId": 9, "Checked": true }, { "PositionName": "sample string 1", "PositionId": "sample string 2", "DegreeId": 3, "PositionBoxName": "sample string 4", "PositionBoxId": 5, "KeyWord": "sample string 6", "ProvinceId": "sample string 7", "ProvinceName": "sample string 8", "EmployeeId": 9, "Checked": true } ]