POST api/Product/GetListAllProduct
Request Information
URI Parameters
None.
Body Parameters
ProductLCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| NhomLoaiHang | string |
None. |
|
| UserName | string |
None. |
|
| TextSearch | string |
None. |
|
| NhomLoaiHangWeb | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NhomLoaiHang": "sample string 1",
"UserName": "sample string 2",
"TextSearch": "sample string 3",
"NhomLoaiHangWeb": "sample string 4"
}
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": {}
}