POST api/OTrain/NoNeedOTrainUnmatch

无需设置未匹配组训

Request Information

URI Parameters

None.

Body Parameters

NoNeedOrganizeTrainUnmatchRequest
NameDescriptionTypeAdditional information
tie_emp_id

绑带人员ID,多个多号分隔

string

None.

user_id

当前登录者Id

string

None.

token

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "tie_emp_id": "sample string 1",
  "user_id": "sample string 2",
  "token": "sample string 3"
}

application/xml, text/xml

Sample:
<NoNeedOrganizeTrainUnmatchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">
  <token>sample string 3</token>
  <user_id>sample string 2</user_id>
  <tie_emp_id>sample string 1</tie_emp_id>
</NoNeedOrganizeTrainUnmatchRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NoNeedOrganizeTrainUnmatchRequest'.

Response Information

Resource Description

无需设置未匹配组训

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.