POST api/themKhaoSatHocSinh
Request Information
URI Parameters
None.
Body Parameters
themDanhGiaCuaHocSinh| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| GiangVienID | decimal number |
None. |
|
| LopID | decimal number |
None. |
|
| NoiDung | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"GiangVienID": 1.0,
"LopID": 1.0,
"NoiDung": "sample string 2"
}
application/xml, text/xml
Sample:
<themDanhGiaCuaHocSinh xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GiaoDuc.Models.GiaoDucModels"> <GiangVienID>1</GiangVienID> <LopID>1</LopID> <NoiDung>sample string 2</NoiDung> <Token>sample string 1</Token> </themDanhGiaCuaHocSinh>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>