POST api/Report/GetListBaoCaoChiPhiChuT

Request Information

URI Parameters

None.

Body Parameters

ParamsChuT
NameDescriptionTypeAdditional information
MaKhachHang

string

None.

TuNgay

date

None.

DenNgay

date

None.

IDChuT

integer

None.

HinhThucXem

integer

None.

UserName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MaKhachHang": "sample string 1",
  "TuNgay": "2025-05-24T05:05:01.0415836+07:00",
  "DenNgay": "2025-05-24T05:05:01.0415836+07:00",
  "IDChuT": 4,
  "HinhThucXem": 5,
  "UserName": "sample string 6"
}

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": {}
  }
]