POST api/WechatApi/JobYiXiangListNew
根据职位意向显示推荐职位列表,分页
Request Information
URI Parameters
None.
Body Parameters
JobYiXiangNewViewModelName | Description | Type | Additional information |
---|---|---|---|
PageIndex |
起始位置 |
integer |
None. |
PageSize |
每页大小 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "PageIndex": 1, "PageSize": 2 }
application/xml, text/xml
Sample:
<JobYiXiangNewViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppApi.Models.ViewModel"> <PageIndex>1</PageIndex> <PageSize>2</PageSize> </JobYiXiangNewViewModel>
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.