POST api/Report/GetListPhanTichLaiLo

Request Information

URI Parameters

None.

Body Parameters

ParamsBaoCaoPhanTich
NameDescriptionTypeAdditional information
TuNgay

date

None.

DenNgay

date

None.

CongTy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TuNgay": "2025-05-24T05:02:05.3816122+07:00",
  "DenNgay": "2025-05-24T05:02:05.3816122+07:00",
  "CongTy": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ResponseInfo
NameDescriptionTypeAdditional 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": {}
  }
]