POST api/WechatApi/JobYiXiangList
根据职位意向显示推荐职位列表,分页
Request Information
URI Parameters
None.
Body Parameters
JobYiXiangViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| JobType |
职位类型 |
string |
None. |
| HangYe |
行业类型 |
string |
None. |
| AddrArea |
位置 |
string |
None. |
| PageIndex |
起始位置 |
integer |
None. |
| PageSize |
每页大小 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"JobType": "sample string 1",
"HangYe": "sample string 2",
"AddrArea": "sample string 3",
"PageIndex": 4,
"PageSize": 5
}
application/xml, text/xml
Sample:
<JobYiXiangViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppApi.Models.ViewModel"> <AddrArea>sample string 3</AddrArea> <HangYe>sample string 2</HangYe> <JobType>sample string 1</JobType> <PageIndex>4</PageIndex> <PageSize>5</PageSize> </JobYiXiangViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.