GET api/DuLieuKhoTong/DuLieuKhoTong_tb_ngaynhap_ngayxuat_GetAll

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of KhoTong_tb_ngaynhap_ngayxuatModel
NameDescriptionTypeAdditional information
GuidID

globally unique identifier

None.

nk_month

date

None.

store_id

string

None.

product_cat1

string

None.

days_from_cat1

decimal number

None.

Qtr

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuidID": "5abedc89-4b88-4686-8b77-dc48dc912902",
    "nk_month": "2026-01-29T16:33:07.1197777+07:00",
    "store_id": "sample string 2",
    "product_cat1": "sample string 3",
    "days_from_cat1": 1.1,
    "Qtr": "sample string 4"
  },
  {
    "GuidID": "5abedc89-4b88-4686-8b77-dc48dc912902",
    "nk_month": "2026-01-29T16:33:07.1197777+07:00",
    "store_id": "sample string 2",
    "product_cat1": "sample string 3",
    "days_from_cat1": 1.1,
    "Qtr": "sample string 4"
  }
]