POST api/retest/importwordtestdata
Word试题导入
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Word试题导入
JsonRtnDtoOfReTestImportQueueName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | ReTestImportQueue |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": { "Id": 1, "UserId": 2, "FileName": "sample string 3", "ContentType": 4, "Link": "sample string 5", "ReTestRepositoryId": 6, "ReTestRepositoryPath": "sample string 7", "IsProcessed": true, "ExistLink": "sample string 9", "CreatedTime": "2024-09-21T08:55:20.7511559+08:00" } }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":{"Id":1,"UserId":2,"FileName":"sample string 3","ContentType":4,"Link":"sample string 5","ReTestRepositoryId":6,"ReTestRepositoryPath":"sample string 7","IsProcessed":true,"ExistLink":"sample string 9","CreatedTime":"2024-09-21T08:55:20.7511559+08:00"}}
application/xml, text/xml
Sample:
<JsonRtnDtoOfReTestImportQueuemEDjlcEG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d2p1:ContentType>4</d2p1:ContentType> <d2p1:CreatedTime>2024-09-21T08:55:20.7511559+08:00</d2p1:CreatedTime> <d2p1:ExistLink>sample string 9</d2p1:ExistLink> <d2p1:FileName>sample string 3</d2p1:FileName> <d2p1:Id>1</d2p1:Id> <d2p1:IsProcessed>true</d2p1:IsProcessed> <d2p1:Link>sample string 5</d2p1:Link> <d2p1:ReTestRepositoryId>6</d2p1:ReTestRepositoryId> <d2p1:ReTestRepositoryPath>sample string 7</d2p1:ReTestRepositoryPath> <d2p1:UserId>2</d2p1:UserId> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfReTestImportQueuemEDjlcEG>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Id":1,"UserId":2,"FileName":"sample string 3","ContentType":4,"Link":"sample string 5","ReTestRepositoryId":6,"ReTestRepositoryPath":"sample string 7","IsProcessed":true,"ExistLink":"sample string 9","CreatedTime":"2024-09-21T08:55:20.7511559+08:00"}});