POST api/baocao/BaoCaoTKKhachHang?IdNhomKH={IdNhomKH}&SLGDMin={SLGDMin}&SLHangMin={SLHangMin}&TienMin={TienMin}&tuNgay={tuNgay}&denNgay={denNgay}
Báo cáo thống kê khách hàng
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdNhomKH |
id loại khách hàng còn lại trong bán sỉ, dạng 'a,b,c' |
string |
Required |
| SLGDMin | string |
Required |
|
| SLHangMin | string |
Required |
|
| TienMin | string |
Required |
|
| tuNgay |
bắt buộc, định dạng 'MM/dd/yyyy 00:00' |
string |
Required |
| denNgay |
bắt buộc, định dạng 'MM/dd/yyyy 23:59 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| data | Object |
None. |
|
| page | Object |
None. |
|
| error | ErrorModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"data": {},
"page": {},
"error": {
"message": "sample string 1",
"code": "sample string 2"
}
}
application/xml, text/xml
Sample:
<BaseModelOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_KD.Models">
<data />
<error>
<code>sample string 2</code>
<message>sample string 1</message>
</error>
<page />
<status>1</status>
</BaseModelOfanyType>