GET api/teachingclass/checkimportclass?originPath={originPath}
检查班级导入信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
originPath | string |
Required |
Body Parameters
None.
Response Information
Resource Description
检查班级导入信息
JsonRtnDtoOfListOfErrInfoName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | Collection of ErrInfo |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": [ { "Index": 1, "Info": "sample string 2" }, { "Index": 1, "Info": "sample string 2" } ] }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":[{"Index":1,"Info":"sample string 2"},{"Index":1,"Info":"sample string 2"}]}
application/xml, text/xml
Sample:
<JsonRtnDtoOfArrayOfErrInfov3CTEUQJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data> <ErrInfo> <Index>1</Index> <Info>sample string 2</Info> </ErrInfo> <ErrInfo> <Index>1</Index> <Info>sample string 2</Info> </ErrInfo> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfArrayOfErrInfov3CTEUQJ>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"Index":1,"Info":"sample string 2"},{"Index":1,"Info":"sample string 2"}]});