POST api/getThongKeDiemTheoLop
Request Information
URI Parameters
None.
Body Parameters
ThongKeDiemTheoHocKy| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| LopID | decimal number |
None. |
|
| HocKyID | integer |
None. |
|
| NamHoc | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"LopID": 2.0,
"HocKyID": 3,
"NamHoc": 4
}
application/xml, text/xml
Sample:
<ThongKeDiemTheoHocKy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GiaoDuc.Models.GiaoDucModels"> <HocKyID>3</HocKyID> <LopID>2</LopID> <NamHoc>4</NamHoc> <Token>sample string 1</Token> </ThongKeDiemTheoHocKy>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of BusThongKeDiemTheoLop| Name | Description | Type | Additional information |
|---|---|---|---|
| NamHoc | integer |
None. |
|
| HocKyID | integer |
None. |
|
| DiemThiGK | integer |
None. |
|
| SLGK | integer |
None. |
|
| DiemThiCK | integer |
None. |
|
| SLCK | integer |
None. |
|
| DiemThiHe | integer |
None. |
|
| SLDiemHe | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NamHoc": 1,
"HocKyID": 1,
"DiemThiGK": 1,
"SLGK": 1,
"DiemThiCK": 1,
"SLCK": 1,
"DiemThiHe": 1,
"SLDiemHe": 1
},
{
"NamHoc": 1,
"HocKyID": 1,
"DiemThiGK": 1,
"SLGK": 1,
"DiemThiCK": 1,
"SLCK": 1,
"DiemThiHe": 1,
"SLDiemHe": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfBusThongKeDiemTheoLop xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GiaoDuc.Business">
<BusThongKeDiemTheoLop>
<DiemThiCK>1</DiemThiCK>
<DiemThiGK>1</DiemThiGK>
<DiemThiHe>1</DiemThiHe>
<HocKyID>1</HocKyID>
<NamHoc>1</NamHoc>
<SLCK>1</SLCK>
<SLDiemHe>1</SLDiemHe>
<SLGK>1</SLGK>
</BusThongKeDiemTheoLop>
<BusThongKeDiemTheoLop>
<DiemThiCK>1</DiemThiCK>
<DiemThiGK>1</DiemThiGK>
<DiemThiHe>1</DiemThiHe>
<HocKyID>1</HocKyID>
<NamHoc>1</NamHoc>
<SLCK>1</SLCK>
<SLDiemHe>1</SLDiemHe>
<SLGK>1</SLGK>
</BusThongKeDiemTheoLop>
</ArrayOfBusThongKeDiemTheoLop>