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:
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": "ce02ad95-b6f6-441b-8186-95e343c0d199",
"MerchantId": "171d017f-9c55-4ab8-b1fb-0c00b5637373",
"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": "ce02ad95-b6f6-441b-8186-95e343c0d199",
"MerchantId": "171d017f-9c55-4ab8-b1fb-0c00b5637373",
"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
}
]