POST api/DuLieuKhoTong/DuLieuKhoTong_KhoTong_toncao_on_datastudio_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_toncao_on_datastudioModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| product_id | string |
None. |
|
| inv_date | date |
None. |
|
| qty_on_hand | integer |
None. |
|
| inv_value | decimal number |
None. |
|
| store_id | string |
None. |
|
| product_description | string |
None. |
|
| product_cat1 | string |
None. |
|
| rank | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "617482e1-4474-46c0-b07f-930126b8d0c0",
"product_id": "sample string 2",
"inv_date": "2026-01-29T16:33:07.6629055+07:00",
"qty_on_hand": 1,
"inv_value": 1.0,
"store_id": "sample string 3",
"product_description": "sample string 4",
"product_cat1": "sample string 5",
"rank": 1
},
{
"GuidID": "617482e1-4474-46c0-b07f-930126b8d0c0",
"product_id": "sample string 2",
"inv_date": "2026-01-29T16:33:07.6629055+07:00",
"qty_on_hand": 1,
"inv_value": 1.0,
"store_id": "sample string 3",
"product_description": "sample string 4",
"product_cat1": "sample string 5",
"rank": 1
}
]