POST api/DuLieuKhoTong/DuLieuKhoTong_KhoTong_nk_xk_tk_3_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 KhoTong_nk_xk_tk_3Model| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| date_id | date |
None. |
|
| wh_type | string |
None. |
|
| wh_source | string |
None. |
|
| region | string |
None. |
|
| store_id | string |
None. |
|
| qty | decimal number |
None. |
|
| amount | decimal number |
None. |
|
| num_item | decimal number |
None. |
|
| num_order | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "ca846327-3043-4dfd-8dd2-43d5c370fedb",
"date_id": "2026-01-29T16:29:09.6310368+07:00",
"wh_type": "sample string 2",
"wh_source": "sample string 3",
"region": "sample string 4",
"store_id": "sample string 5",
"qty": 1.0,
"amount": 1.0,
"num_item": 1.0,
"num_order": 1.0
},
{
"GuidID": "ca846327-3043-4dfd-8dd2-43d5c370fedb",
"date_id": "2026-01-29T16:29:09.6310368+07:00",
"wh_type": "sample string 2",
"wh_source": "sample string 3",
"region": "sample string 4",
"store_id": "sample string 5",
"qty": 1.0,
"amount": 1.0,
"num_item": 1.0,
"num_order": 1.0
}
]