GET api/ChiTien_HNO/ChiTien_HNO_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 ChiTien_HNOModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| Ngay | date |
None. |
|
| NguoiNhanTra | string |
None. |
|
| SoThamChieu | string |
None. |
|
| SoTienGhiNo | decimal number |
None. |
|
| SoTienGhiCo | decimal number |
None. |
|
| ChiTietGiaoDich | string |
None. |
|
| UserCode | string |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "f1edcb90-f5e0-405e-93ad-e288515c86e1",
"Ngay": "2026-01-29T16:30:11.0856319+07:00",
"NguoiNhanTra": "sample string 2",
"SoThamChieu": "sample string 3",
"SoTienGhiNo": 1.0,
"SoTienGhiCo": 1.0,
"ChiTietGiaoDich": "sample string 4",
"UserCode": "sample string 5",
"ChangeStatus": 6
},
{
"GuidID": "f1edcb90-f5e0-405e-93ad-e288515c86e1",
"Ngay": "2026-01-29T16:30:11.0856319+07:00",
"NguoiNhanTra": "sample string 2",
"SoThamChieu": "sample string 3",
"SoTienGhiNo": 1.0,
"SoTienGhiCo": 1.0,
"ChiTietGiaoDich": "sample string 4",
"UserCode": "sample string 5",
"ChangeStatus": 6
}
]