POST Api/Inventory/SearchSupplierLst
Request Information
URI Parameters
None.
Body Parameters
SupplierPageInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Condition | SupplierSrchCond |
None. |
Request Formats
application/json, text/json
Sample:
{
"Condition": {
"SupplierName": "sample string 1"
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of SupplierView| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| MerchantId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| NameList | Collection of MutiLanguage |
None. |
|
| Contact | string |
None. |
|
| PhoneNum | string |
None. |
|
| FaxNum | string |
None. |
|
| MerchantName | string |
None. |
|
| IsModify | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "cadbb6e8-fb55-4a7e-9d39-c2d9baa6a4ab",
"MerchantId": "dffa53a7-7dcc-4b31-ab10-3720c426b70d",
"Name": "sample string 3",
"NameList": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
],
"Contact": "sample string 4",
"PhoneNum": "sample string 5",
"FaxNum": "sample string 6",
"MerchantName": "sample string 7",
"IsModify": true
},
{
"Id": "cadbb6e8-fb55-4a7e-9d39-c2d9baa6a4ab",
"MerchantId": "dffa53a7-7dcc-4b31-ab10-3720c426b70d",
"Name": "sample string 3",
"NameList": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
],
"Contact": "sample string 4",
"PhoneNum": "sample string 5",
"FaxNum": "sample string 6",
"MerchantName": "sample string 7",
"IsModify": true
}
]