POST api/Integrated/CreateClassResult
Request Information
URI Parameters
None.
Body Parameters
RequestCreateResultInClass| Name | Description | Type | Additional information |
|---|---|---|---|
| ClassCode | string |
None. |
|
| SubjectName | string |
None. |
|
| ExamName | string |
None. |
|
| ExamCode | string |
None. |
|
| StudentId | string |
None. |
|
| ExamScore | decimal number |
None. |
|
| ApiKeyCreate | string |
None. |
|
| OverallComment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClassCode": "sample string 1",
"SubjectName": "sample string 2",
"ExamName": "sample string 3",
"ExamCode": "sample string 4",
"StudentId": "sample string 5",
"ExamScore": 6.1,
"ApiKeyCreate": "sample string 7",
"OverallComment": "sample string 8"
}
application/xml, text/xml
Sample:
<RequestCreateResultInClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Bus.Model"> <ApiKeyCreate>sample string 7</ApiKeyCreate> <ClassCode>sample string 1</ClassCode> <ExamCode>sample string 4</ExamCode> <ExamName>sample string 3</ExamName> <ExamScore>6.1</ExamScore> <OverallComment>sample string 8</OverallComment> <StudentId>sample string 5</StudentId> <SubjectName>sample string 2</SubjectName> </RequestCreateResultInClass>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />