GET api/Hunt007ComCenter/GetSearchInfo_1?EmployerID={EmployerID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
EmployerID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SearchPersonBoxSmallName | Description | Type | Additional information |
---|---|---|---|
EmployerID | integer |
None. |
|
PersonBoxId | integer |
None. |
|
PersonBoxName | string |
None. |
|
DegreeId | integer |
None. |
|
WorkYear | integer |
None. |
|
SalersId | integer |
None. |
|
TreatMentId | integer |
None. |
|
CityId | integer |
None. |
|
CityPathName | string |
None. |
|
KeyWord | string |
None. |
|
PositionId | integer |
None. |
|
PositionName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "EmployerID": 1, "PersonBoxId": 2, "PersonBoxName": "sample string 3", "DegreeId": 4, "WorkYear": 5, "SalersId": 6, "TreatMentId": 7, "CityId": 8, "CityPathName": "sample string 9", "KeyWord": "sample string 10", "PositionId": 11, "PositionName": "sample string 12" }, { "EmployerID": 1, "PersonBoxId": 2, "PersonBoxName": "sample string 3", "DegreeId": 4, "WorkYear": 5, "SalersId": 6, "TreatMentId": 7, "CityId": 8, "CityPathName": "sample string 9", "KeyWord": "sample string 10", "PositionId": 11, "PositionName": "sample string 12" } ]