POST AdminApi/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:
Sample not available.
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": "5704f61a-d0e7-4fd4-9f99-55095d971320",
"MerchantId": "5ea566e5-ec86-40cb-845f-c9834b55a2dd",
"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": "5704f61a-d0e7-4fd4-9f99-55095d971320",
"MerchantId": "5ea566e5-ec86-40cb-845f-c9834b55a2dd",
"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
}
]