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": "9f57ea62-cbb3-46fb-bdf4-0a35eba45bec",
"Code": "sample string 2",
"MerchantId": "d685000d-6bf7-4b9d-8d17-099b3194af4b",
"ParentId": "0d375e46-d82a-46ca-bd05-867e9aaf5c19",
"PathId": "682f9833-a7a9-4974-bd32-940375aebd59",
"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": "9f57ea62-cbb3-46fb-bdf4-0a35eba45bec",
"Code": "sample string 2",
"MerchantId": "d685000d-6bf7-4b9d-8d17-099b3194af4b",
"ParentId": "0d375e46-d82a-46ca-bd05-867e9aaf5c19",
"PathId": "682f9833-a7a9-4974-bd32-940375aebd59",
"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"
}
]
}
]