POST api/DuLieuKhoTong/DuLieuKhoTong_KhoTong_nk_xk_tk_1_GetAll

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of KhoTong_nk_xk_tk_1Model
NameDescriptionTypeAdditional information
GuidID

globally unique identifier

None.

date_id

date

None.

wh_source

string

None.

wh_type

string

None.

region

string

None.

is_store

string

None.

amount

decimal number

None.

qty

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuidID": "372ccb8f-bcd2-407d-b6b3-14aaead830eb",
    "date_id": "2026-04-03T18:12:21.5891425+07:00",
    "wh_source": "sample string 2",
    "wh_type": "sample string 3",
    "region": "sample string 4",
    "is_store": "sample string 5",
    "amount": 1.0,
    "qty": 1.0
  },
  {
    "GuidID": "372ccb8f-bcd2-407d-b6b3-14aaead830eb",
    "date_id": "2026-04-03T18:12:21.5891425+07:00",
    "wh_source": "sample string 2",
    "wh_type": "sample string 3",
    "region": "sample string 4",
    "is_store": "sample string 5",
    "amount": 1.0,
    "qty": 1.0
  }
]