GET api/KyKiemKe/GetDataItem?objId={objId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
objId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

tblKyKiemKe
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

Nam

integer

None.

DanhMucKyKiemKeID

globally unique identifier

None.

KhoCode

string

None.

TuNgay

date

None.

DenNgay

date

None.

DoanhSoTruocVat

decimal number

None.

GiaTriTonKho

decimal number

None.

HangThua

decimal number

None.

HangThieu

decimal number

None.

BuTru

decimal number

None.

TyLeTheoDoanhSo

decimal number

None.

TyLeTheoTon

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": "b87596e0-035d-47ba-9d5b-e7eb618a9e60",
  "Nam": 2,
  "DanhMucKyKiemKeID": "7b4a68a2-4d11-48b1-a583-5a901ac17c08",
  "KhoCode": "sample string 4",
  "TuNgay": "2026-01-29T16:26:48.7086594+07:00",
  "DenNgay": "2026-01-29T16:26:48.7086594+07:00",
  "DoanhSoTruocVat": 1.0,
  "GiaTriTonKho": 1.0,
  "HangThua": 1.0,
  "HangThieu": 1.0,
  "BuTru": 1.0,
  "TyLeTheoDoanhSo": 1.1,
  "TyLeTheoTon": 1.1
}