POST api/OTrain/SetOTrainUnmatch
设置未匹配组训
Request Information
URI Parameters
None.
Body Parameters
SetOrganizeTrainUnmatchRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| tie_emp_id |
绑带人员ID,多个多号分隔 |
string |
None. |
| otrain_emp_id |
组成人员Id |
integer |
None. |
| start_time |
帮带开始时间 |
string |
None. |
| end_time |
帮带结束时间 |
string |
None. |
| user_id |
当前登录者Id |
string |
None. |
| token |
token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"tie_emp_id": "sample string 1",
"otrain_emp_id": 2,
"start_time": "sample string 3",
"end_time": "sample string 4",
"user_id": "sample string 5",
"token": "sample string 6"
}
application/xml, text/xml
Sample:
<SetOrganizeTrainUnmatchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model"> <token>sample string 6</token> <user_id>sample string 5</user_id> <end_time>sample string 4</end_time> <otrain_emp_id>2</otrain_emp_id> <start_time>sample string 3</start_time> <tie_emp_id>sample string 1</tie_emp_id> </SetOrganizeTrainUnmatchRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
设置未匹配组训
HttpResponseMessage| Name | 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. |