GET api/Hunt007/GetExpandCompanyData?CityEn={CityEn}&KeyCode={KeyCode}&CurrentPage={CurrentPage}&PageSize={PageSize}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CityEn | string |
Required |
|
KeyCode | string |
Required |
|
CurrentPage | integer |
Required |
|
PageSize | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
JobSearchListEntityName | Description | Type | Additional information |
---|---|---|---|
CurrentCity | cCityInfoSmall |
None. |
|
TotalRecord | integer |
None. |
|
PageKeyWord | string |
None. |
|
PageTitle | string |
None. |
|
Tags | TagsEntitySmall |
None. |
|
PageDescription | string |
None. |
|
ShowMessage | string |
None. |
|
PositionList | Collection of PositionListSmall |
None. |
|
CityList | Collection of cCityInfoSmall |
None. |
|
TagList | Collection of TagsEntitySmall |
None. |
|
TagList1 | Collection of TagsEntitySmall |
None. |
|
salers | Collection of cSalersTypeInfo |
None. |
Response Formats
application/json, text/json
Sample:
{ "CurrentCity": { "CityId": 1, "CityName": "sample string 2", "CityEn": "sample string 3" }, "TotalRecord": 1, "PageKeyWord": "sample string 2", "PageTitle": "sample string 3", "Tags": { "TagId": 1, "TagName": "sample string 2", "TagSpell": "sample string 3" }, "PageDescription": "sample string 4", "ShowMessage": "sample string 5", "PositionList": [ { "EmployerId": 1, "Id": 2, "PositionName": "sample string 3", "UpdateTime": "sample string 4", "EmployerName": "sample string 5", "Term": 6, "TermStr": "sample string 7", "DegreeName": "sample string 8", "SalerStart": 9, "SalerEnd": 10, "Num": 11, "Address": "sample string 12", "Memo": "sample string 13" }, { "EmployerId": 1, "Id": 2, "PositionName": "sample string 3", "UpdateTime": "sample string 4", "EmployerName": "sample string 5", "Term": 6, "TermStr": "sample string 7", "DegreeName": "sample string 8", "SalerStart": 9, "SalerEnd": 10, "Num": 11, "Address": "sample string 12", "Memo": "sample string 13" } ], "CityList": [ { "CityId": 1, "CityName": "sample string 2", "CityEn": "sample string 3" }, { "CityId": 1, "CityName": "sample string 2", "CityEn": "sample string 3" } ], "TagList": [ { "TagId": 1, "TagName": "sample string 2", "TagSpell": "sample string 3" }, { "TagId": 1, "TagName": "sample string 2", "TagSpell": "sample string 3" } ], "TagList1": [ { "TagId": 1, "TagName": "sample string 2", "TagSpell": "sample string 3" }, { "TagId": 1, "TagName": "sample string 2", "TagSpell": "sample string 3" } ], "salers": [ { "SalersTypeId": 1, "SalersTypeValue": "sample string 2", "Min": 3, "Max": 4 }, { "SalersTypeId": 1, "SalersTypeValue": "sample string 2", "Min": 3, "Max": 4 } ] }