POST api/OTrain/OTrainUnmatchList
未匹配组训列表
Request Information
URI Parameters
None.
Body Parameters
请求数据
OrganizeTrainUnmatchRequestName | Description | Type | Additional information |
---|---|---|---|
d_id |
部门Id,多个逗号分隔 |
string |
None. |
emp_id |
员工ID,多个逗号分隔 |
string |
None. |
unmatch_status |
状态:0-未匹配 1-已匹配 2-无需匹配 |
integer |
None. |
unmatch_reason |
未匹配原因:0-新入职 1-组训人员离职 2- 已匹配作废 |
integer |
None. |
link_id | integer |
None. |
|
sortname |
排序字段 |
string |
None. |
sortorder |
降序desc 升序 asc |
string |
None. |
page |
页码 |
integer |
None. |
page_size |
每页显示条数 |
integer |
None. |
user_id |
当前登录者Id |
string |
None. |
token |
token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "d_id": "sample string 1", "emp_id": "sample string 2", "unmatch_status": 1, "unmatch_reason": 1, "link_id": 1, "sortname": "sample string 3", "sortorder": "sample string 4", "page": 5, "page_size": 6, "user_id": "sample string 7", "token": "sample string 8" }
application/xml, text/xml
Sample:
<OrganizeTrainUnmatchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model"> <token>sample string 8</token> <user_id>sample string 7</user_id> <page>5</page> <page_size>6</page_size> <d_id>sample string 1</d_id> <emp_id>sample string 2</emp_id> <link_id>1</link_id> <sortname>sample string 3</sortname> <sortorder>sample string 4</sortorder> <unmatch_reason>1</unmatch_reason> <unmatch_status>1</unmatch_status> </OrganizeTrainUnmatchRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
未匹配组训列表
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |