GET Api/Inventory/GetSupplierInfo/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "30d7a9e4-7344-4155-92e1-908160c12e03",
"MerchantId": "0a20ec72-6694-4443-b5b7-ae88056afc0b",
"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
}