POST api/PKD_ThuongBanHang/PKD_ThuongBanHang_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_ThuongBanHangModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Nam | integer |
None. |
|
| Thang | integer |
None. |
|
| EmpCode | string |
None. |
|
| StoreNo | string |
None. |
|
| StoreDescription | string |
None. |
|
| EmpName | string |
None. |
|
| ThuongMaHangThuong | decimal number |
None. |
|
| FMCGDo | decimal number |
None. |
|
| FMCGXanh | decimal number |
None. |
|
| DoSoSinh | decimal number |
None. |
|
| DoChoiVaHoc | decimal number |
None. |
|
| DoDung | decimal number |
None. |
|
| NoiThatXeDay | decimal number |
None. |
|
| ThoiTrangPhuKien | decimal number |
None. |
|
| Khac | decimal number |
None. |
|
| CapNhatLuc | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Nam": 1,
"Thang": 2,
"EmpCode": "sample string 3",
"StoreNo": "sample string 4",
"StoreDescription": "sample string 5",
"EmpName": "sample string 6",
"ThuongMaHangThuong": 1.0,
"FMCGDo": 1.0,
"FMCGXanh": 1.0,
"DoSoSinh": 1.0,
"DoChoiVaHoc": 1.0,
"DoDung": 1.0,
"NoiThatXeDay": 1.0,
"ThoiTrangPhuKien": 1.0,
"Khac": 1.0,
"CapNhatLuc": "2026-01-29T18:25:52.1069163+07:00"
},
{
"Nam": 1,
"Thang": 2,
"EmpCode": "sample string 3",
"StoreNo": "sample string 4",
"StoreDescription": "sample string 5",
"EmpName": "sample string 6",
"ThuongMaHangThuong": 1.0,
"FMCGDo": 1.0,
"FMCGXanh": 1.0,
"DoSoSinh": 1.0,
"DoChoiVaHoc": 1.0,
"DoDung": 1.0,
"NoiThatXeDay": 1.0,
"ThoiTrangPhuKien": 1.0,
"Khac": 1.0,
"CapNhatLuc": "2026-01-29T18:25:52.1069163+07:00"
}
]