POST api/XmhHr/GetNeedsPlan
返回招聘岗位
Request Information
URI Parameters
None.
Body Parameters
NeedsPostRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| offset |
偏移量 |
integer |
None. |
| limit |
每页显示数量 |
integer |
None. |
| post_type_code |
117001:营销,117002:电商,117003:新媒体,117004:供应链,117005:IT技术,117006:仓储物流,117007:后勤服务, |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"offset": 1,
"limit": 2,
"post_type_code": "sample string 3"
}
application/xml, text/xml
Sample:
<NeedsPostRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi"> <limit>2</limit> <offset>1</offset> <post_type_code>sample string 3</post_type_code> </NeedsPostRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BaseOut| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode |
错误编码 2:error 401:鉴权失败;200:成功;500:内部错误; |
ErrCode |
None. |
| message |
消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 2,
"message": "sample string 1"
}
application/xml, text/xml
Sample:
<BaseOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi.Models.HrWxModels"> <errcode>Error</errcode> <message>sample string 1</message> </BaseOut>