POST api/Statistics/GetTermInfo

获取学期详情 SchoollD YearNum TermType

Request Information

URI Parameters

None.

Body Parameters

SchoolTerm
NameDescriptionTypeAdditional information
ID

integer

None.

SchoollD

integer

None.

DateB

date

None.

DateE

date

None.

TermType

integer

None.

YearNum

string

None.

EvaID

integer

None.

NormalCount

integer

None.

ExcellentScore

integer

None.

PassScore

integer

None.

Status

integer

None.

CreateBy

integer

None.

CreateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "SchoollD": 2,
  "DateB": "2026-01-26T06:17:32.2111796+08:00",
  "DateE": "2026-01-26T06:17:32.2111796+08:00",
  "TermType": 5,
  "YearNum": "sample string 6",
  "EvaID": 7,
  "NormalCount": 8,
  "ExcellentScore": 9,
  "PassScore": 10,
  "Status": 11,
  "CreateBy": 12,
  "CreateTime": "2026-01-26T06:17:32.2111796+08:00"
}

application/xml, text/xml

Sample:
<SchoolTerm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity">
  <CreateBy>12</CreateBy>
  <CreateTime>2026-01-26T06:17:32.2111796+08:00</CreateTime>
  <DateB>2026-01-26T06:17:32.2111796+08:00</DateB>
  <DateE>2026-01-26T06:17:32.2111796+08:00</DateE>
  <EvaID>7</EvaID>
  <ExcellentScore>9</ExcellentScore>
  <ID>1</ID>
  <NormalCount>8</NormalCount>
  <PassScore>10</PassScore>
  <SchoollD>2</SchoollD>
  <Status>11</Status>
  <TermType>5</TermType>
  <YearNum>sample string 6</YearNum>
</SchoolTerm>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.