POST api/Supplier_DieuKien/GetListSupplierDieuKien
Request Information
URI Parameters
None.
Body Parameters
SupplierDieuKienConditionName | 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": "c673facd-fd22-49e3-b3a9-d91c864cfe95", "NguoiDungMobileID": 1, "Supplier_ID": "sample string 2", "DieuKien": "sample string 3" }
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": {} }