POST api/paperscoremgt/getflunked

获取成绩检查进度

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "b2cfcb06-4404-4489-93f2-8a24affa5414",
  "f35340a6-748f-45b9-b4b5-c4165780b6b8"
]

text/html

Sample:
["b2cfcb06-4404-4489-93f2-8a24affa5414","f35340a6-748f-45b9-b4b5-c4165780b6b8"]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>b2cfcb06-4404-4489-93f2-8a24affa5414</guid>
  <guid>f35340a6-748f-45b9-b4b5-c4165780b6b8</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

获取成绩检查进度

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({});