POST api/DuLieuKhoTong/DuLieuKhoTong_KhoTong_nk_xk_tk_1_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_1Model| Name | Description | Type | Additional 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": "012f5c07-4b1f-43fa-810a-2bc04bcde2ff",
"date_id": "2026-01-29T16:33:08.1224697+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": "012f5c07-4b1f-43fa-810a-2bc04bcde2ff",
"date_id": "2026-01-29T16:33:08.1224697+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
}
]