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": "66a03644-4aa8-44bb-968c-547d5362fef5",
"Code": "sample string 2",
"MerchantId": "bb8d8aad-5a3f-4122-852c-6ca61ddcf0fd",
"ParentId": "89f17a84-52e4-44b4-b20d-9eda75bd16f6",
"PathId": "ae25d04b-319b-4691-a6bd-dfb899bf1efd",
"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": "66a03644-4aa8-44bb-968c-547d5362fef5",
"Code": "sample string 2",
"MerchantId": "bb8d8aad-5a3f-4122-852c-6ca61ddcf0fd",
"ParentId": "89f17a84-52e4-44b4-b20d-9eda75bd16f6",
"PathId": "ae25d04b-319b-4691-a6bd-dfb899bf1efd",
"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"
}
]
}
]