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": "19b57c40-3336-4a06-bfc1-85f39a92f298",
"TaiKhoan": "sample string 2",
"ChiNhanh_CuaHang": "sample string 3",
"Ngay": "2026-01-29T05:10:14.046628+07:00",
"SoDuDauKy": 1.0,
"Status": 4
},
{
"GuidID": "19b57c40-3336-4a06-bfc1-85f39a92f298",
"TaiKhoan": "sample string 2",
"ChiNhanh_CuaHang": "sample string 3",
"Ngay": "2026-01-29T05:10:14.046628+07:00",
"SoDuDauKy": 1.0,
"Status": 4
}
]