GET api/DuLieuKhoTong/DuLieuKhoTong_baolau_chua_xuat_kho_GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of KhoTong_baolau_chua_xuat_khoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| region | string |
None. |
|
| store_id | string |
None. |
|
| month_id | string |
None. |
|
| product_id | string |
None. |
|
| product_description | string |
None. |
|
| product_cat1 | string |
None. |
|
| product_cat2 | string |
None. |
|
| nk_date | date |
None. |
|
| next_nk_date | date |
None. |
|
| min_xk_date | date |
None. |
|
| days_from | date |
None. |
|
| last_nk_date | date |
None. |
|
| qty_on_hand | decimal number |
None. |
|
| inv_value | decimal number |
None. |
|
| days_from_today | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "9fea4b01-966d-41bf-920d-45f9a621f7b0",
"region": "sample string 2",
"store_id": "sample string 3",
"month_id": "sample string 4",
"product_id": "sample string 5",
"product_description": "sample string 6",
"product_cat1": "sample string 7",
"product_cat2": "sample string 8",
"nk_date": "2026-01-29T16:33:06.0873544+07:00",
"next_nk_date": "2026-01-29T16:33:06.0873544+07:00",
"min_xk_date": "2026-01-29T16:33:06.0873544+07:00",
"days_from": "2026-01-29T16:33:06.0873544+07:00",
"last_nk_date": "2026-01-29T16:33:06.0873544+07:00",
"qty_on_hand": 1.0,
"inv_value": 1.0,
"days_from_today": 1
},
{
"GuidID": "9fea4b01-966d-41bf-920d-45f9a621f7b0",
"region": "sample string 2",
"store_id": "sample string 3",
"month_id": "sample string 4",
"product_id": "sample string 5",
"product_description": "sample string 6",
"product_cat1": "sample string 7",
"product_cat2": "sample string 8",
"nk_date": "2026-01-29T16:33:06.0873544+07:00",
"next_nk_date": "2026-01-29T16:33:06.0873544+07:00",
"min_xk_date": "2026-01-29T16:33:06.0873544+07:00",
"days_from": "2026-01-29T16:33:06.0873544+07:00",
"last_nk_date": "2026-01-29T16:33:06.0873544+07:00",
"qty_on_hand": 1.0,
"inv_value": 1.0,
"days_from_today": 1
}
]