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": "f340ad82-571b-4050-a6d6-e72ebcfd3cfc",
"Code": "sample string 2",
"MerchantId": "abe3063c-f14b-4756-933b-f5267ee410ba",
"ParentId": "7d83ab37-d913-4fae-b341-0c24e38b347b",
"PathId": "29c43299-fe46-4c01-adfa-3ee59ce744d1",
"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": "f340ad82-571b-4050-a6d6-e72ebcfd3cfc",
"Code": "sample string 2",
"MerchantId": "abe3063c-f14b-4756-933b-f5267ee410ba",
"ParentId": "7d83ab37-d913-4fae-b341-0c24e38b347b",
"PathId": "29c43299-fe46-4c01-adfa-3ee59ce744d1",
"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"
}
]
}
]