POST api/ThongKeCRM/GetListThongKeKhachHangTheoTinhQuan
Request Information
URI Parameters
None.
Body Parameters
ThongKeKhachHangTheoTinhQuanCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| NguoiDungID | integer |
None. |
|
| LineDuocXem | string |
None. |
|
| ListNhanVien | string |
None. |
|
| ListChiNhanh | string |
None. |
|
| ListPhongBan | string |
None. |
|
| MSQuan | integer |
None. |
|
| MS | integer |
None. |
|
| DenNgay | date |
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:
{
"NguoiDungID": 1,
"LineDuocXem": "sample string 2",
"ListNhanVien": "sample string 3",
"ListChiNhanh": "sample string 4",
"ListPhongBan": "sample string 5",
"MSQuan": 1,
"MS": 1,
"DenNgay": "2025-10-29T09:37:59.2220694+07:00",
"Begin": 6,
"End": 7,
"TextSearch": "sample string 8",
"FromDate": "2025-10-29T09:37:59.2220694+07:00",
"ToDate": "2025-10-29T09:37:59.2220694+07:00",
"IsHot": 9,
"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": {}
}