POST api/capnhatDiemHocKy

Request Information

URI Parameters

None.

Body Parameters

capnhatDiemHocKy
NameDescriptionTypeAdditional information
Token

string

None.

DanhGiaID

decimal number

None.

DiemThiGK

string

None.

NgayThiGK

date

None.

DiemThiCK

string

None.

NgayThiCK

date

None.

DiemThiHe

string

None.

NgayThiHe

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "DanhGiaID": 1.0,
  "DiemThiGK": "sample string 2",
  "NgayThiGK": "2025-06-16T12:56:25.6181784-05:00",
  "DiemThiCK": "sample string 4",
  "NgayThiCK": "2025-06-16T12:56:25.6181784-05:00",
  "DiemThiHe": "sample string 6",
  "NgayThiHe": "2025-06-16T12:56:25.6181784-05:00"
}

application/xml, text/xml

Sample:
<capnhatDiemHocKy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GiaoDuc.Models.GiaoDucModels">
  <DanhGiaID>1</DanhGiaID>
  <DiemThiCK>sample string 4</DiemThiCK>
  <DiemThiGK>sample string 2</DiemThiGK>
  <DiemThiHe>sample string 6</DiemThiHe>
  <NgayThiCK>2025-06-16T12:56:25.6181784-05:00</NgayThiCK>
  <NgayThiGK>2025-06-16T12:56:25.6181784-05:00</NgayThiGK>
  <NgayThiHe>2025-06-16T12:56:25.6181784-05:00</NgayThiHe>
  <Token>sample string 1</Token>
</capnhatDiemHocKy>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response 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>