GET api/KSNB_SoQuyTienMat_SoDuDauKy/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of KSNB_SoQuyTienMat_SoDuDauKyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| TaiKhoan | string |
None. |
|
| ChiNhanh_CuaHang | string |
None. |
|
| Ngay | date |
None. |
|
| SoDuDauKy | decimal number |
None. |
|
| Status | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "76b75bd7-a2b2-497f-a0f7-be0d3a723143",
"TaiKhoan": "sample string 2",
"ChiNhanh_CuaHang": "sample string 3",
"Ngay": "2026-04-03T18:11:48.1050233+07:00",
"SoDuDauKy": 1.0,
"Status": 4
},
{
"GuidID": "76b75bd7-a2b2-497f-a0f7-be0d3a723143",
"TaiKhoan": "sample string 2",
"ChiNhanh_CuaHang": "sample string 3",
"Ngay": "2026-04-03T18:11:48.1050233+07:00",
"SoDuDauKy": 1.0,
"Status": 4
}
]