GET Api/ProdCatalog/GetAllCatalogList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProductCatalogSummaryView| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| MerchantId | globally unique identifier |
None. |
|
| ParentId | globally unique identifier |
None. |
|
| PathId | globally unique identifier |
None. |
|
| Icon | string |
None. |
|
| Seq | integer |
None. |
|
| Level | integer |
None. |
|
| Desc | string |
None. |
|
| Descs | Collection of MutiLanguage |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "1df7c83b-819e-4608-8b10-e06962ea8bbb",
"Code": "sample string 2",
"MerchantId": "d1dcae24-5825-4542-b312-87cbd8a571b0",
"ParentId": "3c225e64-8d82-4cbc-a781-dfd43b3cb9ed",
"PathId": "f0789d04-00d0-40d5-8677-738af43c96cd",
"Icon": "sample string 6",
"Seq": 7,
"Level": 8,
"Desc": "sample string 9",
"Descs": [
{
"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"
}
]
},
{
"Id": "1df7c83b-819e-4608-8b10-e06962ea8bbb",
"Code": "sample string 2",
"MerchantId": "d1dcae24-5825-4542-b312-87cbd8a571b0",
"ParentId": "3c225e64-8d82-4cbc-a781-dfd43b3cb9ed",
"PathId": "f0789d04-00d0-40d5-8677-738af43c96cd",
"Icon": "sample string 6",
"Seq": 7,
"Level": 8,
"Desc": "sample string 9",
"Descs": [
{
"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"
}
]
}
]