GET AdminApi/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": "7c4c5bf2-74ac-4aaa-90d5-ff9bcef57607",
"Code": "sample string 2",
"MerchantId": "a71885e2-6727-4e68-a79d-3b0fb39ca3f8",
"ParentId": "6c08c83b-2283-4f3d-8968-2b8206eedbfe",
"PathId": "45e70bb7-8578-4dfd-8aaa-8210bbb63df7",
"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": "7c4c5bf2-74ac-4aaa-90d5-ff9bcef57607",
"Code": "sample string 2",
"MerchantId": "a71885e2-6727-4e68-a79d-3b0fb39ca3f8",
"ParentId": "6c08c83b-2283-4f3d-8968-2b8206eedbfe",
"PathId": "45e70bb7-8578-4dfd-8aaa-8210bbb63df7",
"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"
}
]
}
]