POST api/KyKiemKe/InsertNewDataItem
Request Information
URI Parameters
None.
Body Parameters
tblKyKiemKe| Name | Description | Type | Additional 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. |
Request Formats
application/json, text/json
Sample:
{
"ID": "73ea1594-d259-401f-86fa-1c054dfa34ad",
"Nam": 2,
"DanhMucKyKiemKeID": "cd50df93-ca66-46ed-bf4e-a7e2a76621ad",
"KhoCode": "sample string 4",
"TuNgay": "2026-04-03T18:10:43.2638176+07:00",
"DenNgay": "2026-04-03T18:10:43.2638176+07:00",
"DoanhSoTruocVat": 1.0,
"GiaTriTonKho": 1.0,
"HangThua": 1.0,
"HangThieu": 1.0,
"BuTru": 1.0,
"TyLeTheoDoanhSo": 1.1,
"TyLeTheoTon": 1.1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"