POST api/AreaZXProjectTrain/ProjectTrainCourseAuditWork
辅导员评审作业
Request Information
URI Parameters
None.
Body Parameters
ZXProjectTrainCourseWork| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ZXPTID | integer |
None. |
|
| PTCourseID | integer |
None. |
|
| Title | string |
None. |
|
| Content | string |
None. |
|
| AuditScore | integer |
None. |
|
| AuditMind | string |
None. |
|
| AuditBy | integer |
None. |
|
| AuditTime | date |
None. |
|
| SubmitTimes | integer |
None. |
|
| Status | integer |
None. |
|
| CreateBy | integer |
None. |
|
| CreateTime | date |
None. |
|
| PublicTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ZXPTID": 2,
"PTCourseID": 3,
"Title": "sample string 4",
"Content": "sample string 5",
"AuditScore": 6,
"AuditMind": "sample string 7",
"AuditBy": 8,
"AuditTime": "2026-01-26T06:10:54.1933168+08:00",
"SubmitTimes": 10,
"Status": 11,
"CreateBy": 12,
"CreateTime": "2026-01-26T06:10:54.1933168+08:00",
"PublicTime": "2026-01-26T06:10:54.1933168+08:00"
}
application/xml, text/xml
Sample:
<ZXProjectTrainCourseWork xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.ZX"> <AuditBy>8</AuditBy> <AuditMind>sample string 7</AuditMind> <AuditScore>6</AuditScore> <AuditTime>2026-01-26T06:10:54.1933168+08:00</AuditTime> <Content>sample string 5</Content> <CreateBy>12</CreateBy> <CreateTime>2026-01-26T06:10:54.1933168+08:00</CreateTime> <ID>1</ID> <PTCourseID>3</PTCourseID> <PublicTime>2026-01-26T06:10:54.1933168+08:00</PublicTime> <Status>11</Status> <SubmitTimes>10</SubmitTimes> <Title>sample string 4</Title> <ZXPTID>2</ZXPTID> </ZXProjectTrainCourseWork>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |