POST api/NV_PhieuThuChi
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"RefID": "556a82dd-a7c6-4d91-9e97-5f5478df33ae",
"MaPhieu": "sample string 2",
"RefID_CH_ChiNhanh": "dbe17876-e6aa-4237-912e-aa5721151e61",
"MaCongTy": "sample string 4",
"UserID_NguoiTao": "32f9fe0f-1967-4203-9f01-17fd139030cf",
"SoTien": 1.0,
"LyDo": "sample string 6",
"HinhThuc": 1,
"DoiTuong": "sample string 7",
"MaNghiepVu": "sample string 8",
"NgayGio": "2025-12-10T21:18:50.093838+07:00"
}
application/x-www-form-urlencoded
Sample:
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": "57ce81ee-8d03-4983-9453-daeee1ac8fe7",
"MaPhieu": "sample string 2",
"RefID_CH_ChiNhanh": "cfc6e6d5-df64-453b-9193-5778acd6d74c",
"MaCongTy": "sample string 4",
"UserID_NguoiTao": "5075fcdb-9452-410a-9c10-9b90ba6b7e18",
"SoTien": 1.0,
"LyDo": "sample string 6",
"HinhThuc": 1,
"DoiTuong": "sample string 7",
"MaNghiepVu": "sample string 8",
"NgayGio": "2025-12-10T21:18:50.093838+07:00"
}