GET api/StoreCategory/GetListByStoreID?StoreID={StoreID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
APIResponseOfListOfvmT_Store_Category| Name | Description | Type | Additional information |
|---|---|---|---|
| DataTotal | integer |
None. |
|
| Status | integer |
None. |
|
| Msg | string |
None. |
|
| ResultEntity | Collection of vmT_Store_Category |
None. |
Response Formats
application/json, text/json
Sample:
{
"DataTotal": 1,
"Status": 2,
"Msg": "sample string 3",
"ResultEntity": [
{
"ID": "0724591c-4465-4273-86fd-d7b47813807f",
"Name": "sample string 2",
"Sort": 3,
"ParentID": "934b3d05-a7c6-4a94-8434-2b16282a2b30",
"ParentName": "sample string 4",
"CreateOn": "2026-02-04T10:38:21.1267144+08:00",
"UpdateOn": "2026-02-04T10:38:21.1267144+08:00",
"Store_ID": "4b3b35e6-fe3c-4056-80ca-e458ed298304",
"Store_Name": "sample string 5",
"IsShow": true,
"IsDelete": true
},
{
"ID": "0724591c-4465-4273-86fd-d7b47813807f",
"Name": "sample string 2",
"Sort": 3,
"ParentID": "934b3d05-a7c6-4a94-8434-2b16282a2b30",
"ParentName": "sample string 4",
"CreateOn": "2026-02-04T10:38:21.1267144+08:00",
"UpdateOn": "2026-02-04T10:38:21.1267144+08:00",
"Store_ID": "4b3b35e6-fe3c-4056-80ca-e458ed298304",
"Store_Name": "sample string 5",
"IsShow": true,
"IsDelete": true
}
]
}
application/xml, text/xml
Sample:
<APIResponseOfArrayOfvmT_Store_CategoryzuIALCzq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Utility.Model">
<DataTotal>1</DataTotal>
<Msg>sample string 3</Msg>
<ResultEntity xmlns:d2p1="http://schemas.datacontract.org/2004/07/ViewModel.StoreCategoryMapping">
<d2p1:vmT_Store_Category>
<d2p1:CreateOn>2026-02-04T10:38:21.1267144+08:00</d2p1:CreateOn>
<d2p1:ID>0724591c-4465-4273-86fd-d7b47813807f</d2p1:ID>
<d2p1:IsDelete>true</d2p1:IsDelete>
<d2p1:IsShow>true</d2p1:IsShow>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:ParentID>934b3d05-a7c6-4a94-8434-2b16282a2b30</d2p1:ParentID>
<d2p1:ParentName>sample string 4</d2p1:ParentName>
<d2p1:Sort>3</d2p1:Sort>
<d2p1:Store_ID>4b3b35e6-fe3c-4056-80ca-e458ed298304</d2p1:Store_ID>
<d2p1:Store_Name>sample string 5</d2p1:Store_Name>
<d2p1:UpdateOn>2026-02-04T10:38:21.1267144+08:00</d2p1:UpdateOn>
</d2p1:vmT_Store_Category>
<d2p1:vmT_Store_Category>
<d2p1:CreateOn>2026-02-04T10:38:21.1267144+08:00</d2p1:CreateOn>
<d2p1:ID>0724591c-4465-4273-86fd-d7b47813807f</d2p1:ID>
<d2p1:IsDelete>true</d2p1:IsDelete>
<d2p1:IsShow>true</d2p1:IsShow>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:ParentID>934b3d05-a7c6-4a94-8434-2b16282a2b30</d2p1:ParentID>
<d2p1:ParentName>sample string 4</d2p1:ParentName>
<d2p1:Sort>3</d2p1:Sort>
<d2p1:Store_ID>4b3b35e6-fe3c-4056-80ca-e458ed298304</d2p1:Store_ID>
<d2p1:Store_Name>sample string 5</d2p1:Store_Name>
<d2p1:UpdateOn>2026-02-04T10:38:21.1267144+08:00</d2p1:UpdateOn>
</d2p1:vmT_Store_Category>
</ResultEntity>
<Status>2</Status>
</APIResponseOfArrayOfvmT_Store_CategoryzuIALCzq>