POST api/CuocGoi/GetListCuocGoi
Request Information
URI Parameters
None.
Body Parameters
CuocGoiCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| Ngay | string |
None. |
|
| ListChiNhanh | string |
None. |
|
| TimKiem | string |
None. |
|
| TrangThai | integer |
None. |
|
| NhanVienGiaoHang | string |
None. |
|
| NhanVienBanHang | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ngay": "sample string 1",
"ListChiNhanh": "sample string 2",
"TimKiem": "sample string 3",
"TrangThai": 4,
"NhanVienGiaoHang": "sample string 5",
"NhanVienBanHang": "sample string 6"
}
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": {}
}