POST api/PKD_ThuongDoanhSoNHR/PKD_ThuongDoanhSoNHR_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_ThuongDoanhSoNHRModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Nam | integer |
None. |
|
| Thang | integer |
None. |
|
| StoreCode | string |
None. |
|
| StoreDescription | string |
None. |
|
| TinhDenNgay | date |
None. |
|
| DoanhSoNHR | decimal number |
None. |
|
| DoanhSoNHRDuKien | decimal number |
None. |
|
| ChiTieuNHR | decimal number |
None. |
|
| TyLeDat | decimal number |
None. |
|
| TyLeDatDuKien | decimal number |
None. |
|
| TongThuong | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Nam": 1,
"Thang": 2,
"StoreCode": "sample string 3",
"StoreDescription": "sample string 4",
"TinhDenNgay": "2026-01-29T16:33:15.8683207+07:00",
"DoanhSoNHR": 1.0,
"DoanhSoNHRDuKien": 1.0,
"ChiTieuNHR": 1.0,
"TyLeDat": 1.0,
"TyLeDatDuKien": 1.0,
"TongThuong": 1.0
},
{
"Nam": 1,
"Thang": 2,
"StoreCode": "sample string 3",
"StoreDescription": "sample string 4",
"TinhDenNgay": "2026-01-29T16:33:15.8683207+07:00",
"DoanhSoNHR": 1.0,
"DoanhSoNHRDuKien": 1.0,
"ChiTieuNHR": 1.0,
"TyLeDat": 1.0,
"TyLeDatDuKien": 1.0,
"TongThuong": 1.0
}
]