POST api/Report/GetListPhanTichChiSoTaiChinh
Request Information
URI Parameters
None.
Body Parameters
ParamsBaoCaoPhanTichName | Description | Type | Additional information |
---|---|---|---|
TuNgay | date |
None. |
|
DenNgay | date |
None. |
|
CongTy | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TuNgay": "2025-05-24T04:51:48.5328327+07:00", "DenNgay": "2025-05-24T04:51:48.5328327+07:00", "CongTy": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ResponseInfoName | 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": {} } ]