POST api/Supplier/GetListSupplier
Request Information
URI Parameters
None.
Body Parameters
SupplierCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| Begin | integer |
None. |
|
| End | integer |
None. |
|
| NhomKhachHang | string |
None. |
|
| UserName | string |
None. |
|
| DDBH | string |
None. |
|
| ListChiNhanh | string |
None. |
|
| TextSearch | string |
None. |
|
| CompanyName | string |
None. |
|
| So | string |
None. |
|
| Duong | string |
None. |
|
| Phuong | string |
None. |
|
| Quan | string |
None. |
|
| Tinh | string |
None. |
|
| Phone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Begin": 1,
"End": 2,
"NhomKhachHang": "sample string 3",
"UserName": "sample string 4",
"DDBH": "sample string 5",
"ListChiNhanh": "sample string 6",
"TextSearch": "sample string 7",
"CompanyName": "sample string 8",
"So": "sample string 9",
"Duong": "sample string 10",
"Phuong": "sample string 11",
"Quan": "sample string 12",
"Tinh": "sample string 13",
"Phone": "sample string 14"
}
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": {}
}