POST api/ThongKeCRM/GetListDanhSachKhachHangDoiThu
Request Information
URI Parameters
None.
Body Parameters
ThongKeBaoCaoDanhSachKhachHangCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| LineDuocXem | string |
None. |
|
| TiemNang | boolean |
None. |
|
| ListDonVi | string |
None. |
|
| DoiThuID | integer |
None. |
|
| ListDoiThu | string |
None. |
|
| KhuVuc | string |
None. |
|
| TrangThaiID | integer |
None. |
|
| NguonID | integer |
None. |
|
| ListNguon | string |
None. |
|
| ListNhanVien | string |
None. |
|
| ViewAllUser | boolean |
None. |
|
| NguoiDungID | integer |
None. |
|
| Begin | integer |
None. |
|
| End | integer |
None. |
|
| TextSearch | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| IsHot | integer |
None. |
|
| IsExportDetail | boolean |
None. |
|
| ListColumnExport | Collection of ColumnInfo |
None. |
Request Formats
application/json, text/json
Sample:
{
"LineDuocXem": "sample string 1",
"TiemNang": true,
"ListDonVi": "sample string 2",
"DoiThuID": 1,
"ListDoiThu": "sample string 3",
"KhuVuc": "sample string 4",
"TrangThaiID": 1,
"NguonID": 1,
"ListNguon": "sample string 5",
"ListNhanVien": "sample string 6",
"ViewAllUser": true,
"NguoiDungID": 1,
"Begin": 7,
"End": 8,
"TextSearch": "sample string 9",
"FromDate": "2025-10-29T05:30:44.7939981+07:00",
"ToDate": "2025-10-29T05:30:44.7939981+07:00",
"IsHot": 10,
"IsExportDetail": true,
"ListSort": [
{
"Field": "sample string 1",
"DisplayName": "sample string 2",
"TypeSort": 0
},
{
"Field": "sample string 1",
"DisplayName": "sample string 2",
"TypeSort": 0
}
],
"DicColumnExport": {
"sample string 1": {
"Position": 1,
"Display": "sample string 2",
"Field": "sample string 3",
"Width": 4,
"SortType": 0
},
"sample string 2": {
"Position": 1,
"Display": "sample string 2",
"Field": "sample string 3",
"Width": 4,
"SortType": 0
}
},
"ListColumnExport": [
{
"Position": 1,
"Display": "sample string 2",
"Field": "sample string 3",
"Width": 4,
"SortType": 0
},
{
"Position": 1,
"Display": "sample string 2",
"Field": "sample string 3",
"Width": 4,
"SortType": 0
}
],
"ListFilter": [
{
"Field": "sample string 1",
"FieldParameter": "samplestring1",
"Sql": "sample string 2",
"ListField": [
"sample string 1",
"sample string 2"
],
"Value": "sample string 3",
"DataType": 4,
"Operator": 5,
"IsAnd": true
},
{
"Field": "sample string 1",
"FieldParameter": "samplestring1",
"Sql": "sample string 2",
"ListField": [
"sample string 1",
"sample string 2"
],
"Value": "sample string 3",
"DataType": 4,
"Operator": 5,
"IsAnd": true
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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": {}
}