POST api/HenGoiCRM/GetListHenGoi
Request Information
URI Parameters
None.
Body Parameters
HenGoiConditionName | Description | Type | Additional information |
---|---|---|---|
ListHenGoi | string |
None. |
|
ListHenGoiTrangThai | string |
None. |
|
ListNhacViec | string |
None. |
|
ListNguoiTao | string |
None. |
|
ListNguoiThucHien | string |
None. |
|
KhachHangID | string |
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:
{ "ListHenGoi": "sample string 1", "ListHenGoiTrangThai": "sample string 2", "ListNhacViec": "sample string 3", "ListNguoiTao": "sample string 4", "ListNguoiThucHien": "sample string 5", "KhachHangID": "sample string 6", "NguoiDungID": 1, "Begin": 7, "End": 8, "TextSearch": "sample string 9", "FromDate": "2025-05-24T05:20:28.7669198+07:00", "ToDate": "2025-05-24T05:20:28.7669198+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
ResponseInfoName | 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": {} }