GET Api/Inventory/GetSupplierInfo?Id={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": "f4d1652c-67f6-41fb-81d5-96aeefd785fa",
"MerchantId": "59932a9b-3fd7-4b2b-84a7-7e637247cb68",
"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
}