POST api/PKD_KPI_ASM/PKD_KPI_ASM_GetAll
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PKD_KPI_ASMModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| Nam | integer |
None. |
|
| Thang | integer |
None. |
|
| MaCH | string |
None. |
|
| TenCH | string |
None. |
|
| MaASM | string |
None. |
|
| TenASM | string |
None. |
|
| DoanhSoMucTieu | decimal number |
None. |
|
| ThucDat | decimal number |
None. |
|
| TyLeDat | decimal number |
None. |
|
| ThuongDoanhSo | decimal number |
None. |
|
| HangAm | decimal number |
None. |
|
| DoanhSoKyKiemKe | decimal number |
None. |
|
| ThuongPhatHangAm | decimal number |
None. |
|
| NgayCapNhat | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "04dfed4a-5511-43a2-b7c1-d95037a64d70",
"Nam": 1,
"Thang": 1,
"MaCH": "sample string 2",
"TenCH": "sample string 3",
"MaASM": "sample string 4",
"TenASM": "sample string 5",
"DoanhSoMucTieu": 1.0,
"ThucDat": 1.0,
"TyLeDat": 1.0,
"ThuongDoanhSo": 1.0,
"HangAm": 1.0,
"DoanhSoKyKiemKe": 1.0,
"ThuongPhatHangAm": 1.0,
"NgayCapNhat": "2026-01-29T16:27:15.8763572+07:00"
},
{
"GuidID": "04dfed4a-5511-43a2-b7c1-d95037a64d70",
"Nam": 1,
"Thang": 1,
"MaCH": "sample string 2",
"TenCH": "sample string 3",
"MaASM": "sample string 4",
"TenASM": "sample string 5",
"DoanhSoMucTieu": 1.0,
"ThucDat": 1.0,
"TyLeDat": 1.0,
"ThuongDoanhSo": 1.0,
"HangAm": 1.0,
"DoanhSoKyKiemKe": 1.0,
"ThuongPhatHangAm": 1.0,
"NgayCapNhat": "2026-01-29T16:27:15.8763572+07:00"
}
]