POST api/AreaZXProjectTrain/GetProjectTrainCourseWaitList

获取项目待选择选修课程列表

Request Information

URI Parameters

None.

Body Parameters

WaitProjectTrainCourseSearcher
NameDescriptionTypeAdditional information
ZXPTID

integer

None.

UserID

integer

None.

SubjectCode

string

None.

GradeRangeCode

string

None.

CategoryCode

string

None.

MySubjectCode

string

None.

PageSize

integer

None.

PageIndex

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ZXPTID": 1,
  "UserID": 2,
  "SubjectCode": "sample string 3",
  "GradeRangeCode": "sample string 4",
  "CategoryCode": "sample string 5",
  "MySubjectCode": "sample string 6",
  "PageSize": 7,
  "PageIndex": 8
}

application/xml, text/xml

Sample:
<Searcher.WaitProjectTrainCourseSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.ZX">
  <CategoryCode>sample string 5</CategoryCode>
  <GradeRangeCode>sample string 4</GradeRangeCode>
  <MySubjectCode>sample string 6</MySubjectCode>
  <PageIndex>8</PageIndex>
  <PageSize>7</PageSize>
  <SubjectCode>sample string 3</SubjectCode>
  <UserID>2</UserID>
  <ZXPTID>1</ZXPTID>
</Searcher.WaitProjectTrainCourseSearcher>

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.