GET api/NV_PhieuThuChi/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
NV_PhieuThuChi| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| MaPhieu | string |
None. |
|
| RefID_CH_ChiNhanh | globally unique identifier |
None. |
|
| MaCongTy | string |
None. |
|
| UserID_NguoiTao | globally unique identifier |
None. |
|
| SoTien | decimal number |
None. |
|
| LyDo | string |
None. |
|
| HinhThuc | integer |
None. |
|
| DoiTuong | string |
None. |
|
| MaNghiepVu | string |
None. |
|
| NgayGio | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"RefID": "3b1d26a0-ea78-4cdd-ab79-d404ff25a567",
"MaPhieu": "sample string 2",
"RefID_CH_ChiNhanh": "6daea87e-3cac-4a5b-ab52-a8fac60f3545",
"MaCongTy": "sample string 4",
"UserID_NguoiTao": "34e40ac7-d0a0-4915-b44f-1292a623822d",
"SoTien": 1.0,
"LyDo": "sample string 6",
"HinhThuc": 1,
"DoiTuong": "sample string 7",
"MaNghiepVu": "sample string 8",
"NgayGio": "2025-12-10T21:16:25.4402414+07:00"
}