GET api/StoreCategory/GetListByStoreID?StoreID={StoreID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
StoreID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

APIResponseOfListOfvmT_Store_Category
NameDescriptionTypeAdditional 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": "be61b46f-0f10-4a79-9e3d-90e9d5383e27",
      "Name": "sample string 2",
      "Sort": 3,
      "ParentID": "705b256e-c095-4b7e-8473-a912fafe4897",
      "ParentName": "sample string 4",
      "CreateOn": "2025-07-21T13:00:30.7864046+08:00",
      "UpdateOn": "2025-07-21T13:00:30.7864046+08:00",
      "Store_ID": "d76b279f-e741-47b5-954a-499a7d8286e2",
      "Store_Name": "sample string 5",
      "IsShow": true,
      "IsDelete": true
    },
    {
      "ID": "be61b46f-0f10-4a79-9e3d-90e9d5383e27",
      "Name": "sample string 2",
      "Sort": 3,
      "ParentID": "705b256e-c095-4b7e-8473-a912fafe4897",
      "ParentName": "sample string 4",
      "CreateOn": "2025-07-21T13:00:30.7864046+08:00",
      "UpdateOn": "2025-07-21T13:00:30.7864046+08:00",
      "Store_ID": "d76b279f-e741-47b5-954a-499a7d8286e2",
      "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>2025-07-21T13:00:30.7864046+08:00</d2p1:CreateOn>
      <d2p1:ID>be61b46f-0f10-4a79-9e3d-90e9d5383e27</d2p1:ID>
      <d2p1:IsDelete>true</d2p1:IsDelete>
      <d2p1:IsShow>true</d2p1:IsShow>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:ParentID>705b256e-c095-4b7e-8473-a912fafe4897</d2p1:ParentID>
      <d2p1:ParentName>sample string 4</d2p1:ParentName>
      <d2p1:Sort>3</d2p1:Sort>
      <d2p1:Store_ID>d76b279f-e741-47b5-954a-499a7d8286e2</d2p1:Store_ID>
      <d2p1:Store_Name>sample string 5</d2p1:Store_Name>
      <d2p1:UpdateOn>2025-07-21T13:00:30.7864046+08:00</d2p1:UpdateOn>
    </d2p1:vmT_Store_Category>
    <d2p1:vmT_Store_Category>
      <d2p1:CreateOn>2025-07-21T13:00:30.7864046+08:00</d2p1:CreateOn>
      <d2p1:ID>be61b46f-0f10-4a79-9e3d-90e9d5383e27</d2p1:ID>
      <d2p1:IsDelete>true</d2p1:IsDelete>
      <d2p1:IsShow>true</d2p1:IsShow>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:ParentID>705b256e-c095-4b7e-8473-a912fafe4897</d2p1:ParentID>
      <d2p1:ParentName>sample string 4</d2p1:ParentName>
      <d2p1:Sort>3</d2p1:Sort>
      <d2p1:Store_ID>d76b279f-e741-47b5-954a-499a7d8286e2</d2p1:Store_ID>
      <d2p1:Store_Name>sample string 5</d2p1:Store_Name>
      <d2p1:UpdateOn>2025-07-21T13:00:30.7864046+08:00</d2p1:UpdateOn>
    </d2p1:vmT_Store_Category>
  </ResultEntity>
  <Status>2</Status>
</APIResponseOfArrayOfvmT_Store_CategoryzuIALCzq>