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": "52920aa5-060e-4b65-a85e-96c0b2fda197",
"Code": "sample string 2",
"MerchantId": "e4933f88-50a0-43c7-9454-0d0d471141e3",
"ParentId": "0c888276-f63d-4139-ad28-b17a64d73090",
"PathId": "b9e1e9c1-ded3-42f6-bc94-6604f29e8233",
"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": "52920aa5-060e-4b65-a85e-96c0b2fda197",
"Code": "sample string 2",
"MerchantId": "e4933f88-50a0-43c7-9454-0d0d471141e3",
"ParentId": "0c888276-f63d-4139-ad28-b17a64d73090",
"PathId": "b9e1e9c1-ded3-42f6-bc94-6604f29e8233",
"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"
}
]
}
]