POST api/Supplier_DieuKien/GetSupplierDieuKien
Request Information
URI Parameters
None.
Body Parameters
SupplierDieuKienCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| NguoiDungMobileID | integer |
None. |
|
| Supplier_ID | string |
None. |
|
| DieuKien | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "bc5c06ba-6120-4ca4-9a90-b2f7b18208a1",
"NguoiDungMobileID": 1,
"Supplier_ID": "sample string 2",
"DieuKien": "sample string 3"
}
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": {}
}