GET api/ExamSubject/GetAllocatedExamSubjectByExamTimeRangeId?examPlanId={examPlanId}&examDate={examDate}&examTimeRangeId={examTimeRangeId}&examPlaceId={examPlaceId}

加载可重新分配的科目

Request Information

URI Parameters

NameDescriptionTypeAdditional information
examPlanId

考务编号

globally unique identifier

Required

examDate

排考日期

date

Required

examTimeRangeId

排考场次编号

integer

Required

examPlaceId

考场编号

integer

Required

Body Parameters

None.

Response Information

Resource Description

加载可重新分配的科目

JsonRtnDtoOfListOfTemplateKeyValueOfGuidAndString
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

Collection of TemplateKeyValueOfGuidAndString

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": [
    {
      "Key": "605af053-2ba4-4d16-a172-81ffaabe8f63",
      "Value": "sample string 2"
    },
    {
      "Key": "605af053-2ba4-4d16-a172-81ffaabe8f63",
      "Value": "sample string 2"
    }
  ]
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":[{"Key":"605af053-2ba4-4d16-a172-81ffaabe8f63","Value":"sample string 2"},{"Key":"605af053-2ba4-4d16-a172-81ffaabe8f63","Value":"sample string 2"}]}

application/xml, text/xml

Sample:
<JsonRtnDtoOfArrayOfTemplateKeyValueOfguidstringS_STz13wm 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.Infrastructure">
    <d2p1:TemplateKeyValueOfguidstring>
      <d2p1:Key>605af053-2ba4-4d16-a172-81ffaabe8f63</d2p1:Key>
      <d2p1:Value>sample string 2</d2p1:Value>
    </d2p1:TemplateKeyValueOfguidstring>
    <d2p1:TemplateKeyValueOfguidstring>
      <d2p1:Key>605af053-2ba4-4d16-a172-81ffaabe8f63</d2p1:Key>
      <d2p1:Value>sample string 2</d2p1:Value>
    </d2p1:TemplateKeyValueOfguidstring>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfArrayOfTemplateKeyValueOfguidstringS_STz13wm>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"Key":"605af053-2ba4-4d16-a172-81ffaabe8f63","Value":"sample string 2"},{"Key":"605af053-2ba4-4d16-a172-81ffaabe8f63","Value":"sample string 2"}]});