POST api/Supplier_DieuKien/GetSupplierDieuKien
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": "d6b202be-8568-4161-9fd9-aa74ad4bec05", "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": {} }