POST api/capnhatDiemHocKyV1

Request Information

URI Parameters

None.

Body Parameters

capnhatDiemHocKyV1
NameDescriptionTypeAdditional information
Token

string

None.

DanhGiaID

decimal number

None.

DiemThiGK

string

None.

NgayThiGK

date

None.

GhiChuGK

string

None.

DiemThiCK

string

None.

NgayThiCK

date

None.

GhiChuCK

string

None.

DiemThiHe

string

None.

NgayThiHe

date

None.

GhiChuHe

string

None.

DiemTruongGK

string

None.

DiemTruongCK

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "DanhGiaID": 1.0,
  "DiemThiGK": "sample string 2",
  "NgayThiGK": "2025-10-20T23:38:14.693996-05:00",
  "GhiChuGK": "sample string 4",
  "DiemThiCK": "sample string 5",
  "NgayThiCK": "2025-10-20T23:38:14.693996-05:00",
  "GhiChuCK": "sample string 7",
  "DiemThiHe": "sample string 8",
  "NgayThiHe": "2025-10-20T23:38:14.693996-05:00",
  "GhiChuHe": "sample string 10",
  "DiemTruongGK": "sample string 11",
  "DiemTruongCK": "sample string 12"
}

application/xml, text/xml

Sample:
<capnhatDiemHocKyV1 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 5</DiemThiCK>
  <DiemThiGK>sample string 2</DiemThiGK>
  <DiemThiHe>sample string 8</DiemThiHe>
  <DiemTruongCK>sample string 12</DiemTruongCK>
  <DiemTruongGK>sample string 11</DiemTruongGK>
  <GhiChuCK>sample string 7</GhiChuCK>
  <GhiChuGK>sample string 4</GhiChuGK>
  <GhiChuHe>sample string 10</GhiChuHe>
  <NgayThiCK>2025-10-20T23:38:14.693996-05:00</NgayThiCK>
  <NgayThiGK>2025-10-20T23:38:14.693996-05:00</NgayThiGK>
  <NgayThiHe>2025-10-20T23:38:14.693996-05:00</NgayThiHe>
  <Token>sample string 1</Token>
</capnhatDiemHocKyV1>

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>