POST api/Report/GetListPhanTichChiSoTaiChinh
Request Information
URI Parameters
None.
Body Parameters
ParamsBaoCaoPhanTich| Name | Description | Type | Additional information |
|---|---|---|---|
| TuNgay | date |
None. |
|
| DenNgay | date |
None. |
|
| CongTy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TuNgay": "2025-10-29T10:47:39.8118205+07:00",
"DenNgay": "2025-10-29T10:47:39.8118205+07:00",
"CongTy": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ResponseInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Status": 1,
"Message": "sample string 2",
"Data": {}
},
{
"Status": 1,
"Message": "sample string 2",
"Data": {}
}
]