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": "88f653a0-363d-4184-a4d5-bd70c82cac31",
"Code": "sample string 2",
"MerchantId": "53816ac0-3376-4fe6-8f18-41ce0127abe6",
"ParentId": "53d097a2-8021-4fcb-9bc0-0cdc632a3ecf",
"PathId": "7964f493-9d53-4c84-b47a-93a31cd10624",
"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": "88f653a0-363d-4184-a4d5-bd70c82cac31",
"Code": "sample string 2",
"MerchantId": "53816ac0-3376-4fe6-8f18-41ce0127abe6",
"ParentId": "53d097a2-8021-4fcb-9bc0-0cdc632a3ecf",
"PathId": "7964f493-9d53-4c84-b47a-93a31cd10624",
"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"
}
]
}
]