POST api/testpaperstatistic/getmarkteacherstatistical

统计阅卷人数查询成功

Request Information

URI Parameters

None.

Body Parameters

PaperMarkNumerQueryDto
NameDescriptionTypeAdditional information
PaperIds

试卷编号

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PaperIds": [
    "57c43282-2923-4624-b9a8-99885383b21f",
    "f77adae4-85c9-46e0-8522-cd6a5a1ca566"
  ]
}

text/html

Sample:
{"PaperIds":["57c43282-2923-4624-b9a8-99885383b21f","f77adae4-85c9-46e0-8522-cd6a5a1ca566"]}

application/xml, text/xml

Sample:
<PaperMarkNumerQueryDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <PaperIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>57c43282-2923-4624-b9a8-99885383b21f</d2p1:guid>
    <d2p1:guid>f77adae4-85c9-46e0-8522-cd6a5a1ca566</d2p1:guid>
  </PaperIds>
</PaperMarkNumerQueryDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

统计阅卷人数查询成功

JsonRtnDtoOfObject
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {}
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":{}}

application/xml, text/xml

Sample:
<JsonRtnDtoOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data />
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfanyType>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":{}});