POST api/BaoCaoTongHopKeToan/LayDuLieuGLEntryRaw
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 GLEntryRaw| Name | Description | Type | Additional information |
|---|---|---|---|
| G_LAccountNo_ | string |
None. |
|
| CUAHANG | string |
None. |
|
| locationCode | string |
None. |
|
| NGANHHANG | string |
None. |
|
| PHONGBAN | string |
None. |
|
| VUVIEC | string |
None. |
|
| TongTien | decimal number |
None. |
|
| Ngay | date |
None. |
|
| CHINHANH | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"G_LAccountNo_": "sample string 1",
"CUAHANG": "sample string 2",
"locationCode": "sample string 3",
"NGANHHANG": "sample string 4",
"PHONGBAN": "sample string 5",
"VUVIEC": "sample string 6",
"TongTien": 7.0,
"Ngay": "2026-01-29T16:29:48.7256258+07:00",
"CHINHANH": "sample string 9"
},
{
"G_LAccountNo_": "sample string 1",
"CUAHANG": "sample string 2",
"locationCode": "sample string 3",
"NGANHHANG": "sample string 4",
"PHONGBAN": "sample string 5",
"VUVIEC": "sample string 6",
"TongTien": 7.0,
"Ngay": "2026-01-29T16:29:48.7256258+07:00",
"CHINHANH": "sample string 9"
}
]