GET api/{area}/Store?shopId={shopId}&tid={tid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shopId | string |
Required |
|
| tid | string |
Required |
|
| area | string |
None. |
Body Parameters
None.
Response Information
Resource Description
StoreTypesByTypeList| Name | Description | Type | Additional information |
|---|---|---|---|
| storeTypesByTypeList | Collection of StoreTypesByType |
None. |
|
| TypeName | string |
None. |
|
| IsLeaf | boolean |
None. |
|
| ShowType | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"storeTypesByTypeList": [
{
"img1": "sample string 1",
"open": true,
"id": "sample string 3",
"IsLeaf": true,
"IsThird": true,
"url": "sample string 6",
"img": "sample string 7",
"text": "sample string 8",
"description": "sample string 9",
"isShowText": true,
"type": 11,
"createTime": "sample string 12"
},
{
"img1": "sample string 1",
"open": true,
"id": "sample string 3",
"IsLeaf": true,
"IsThird": true,
"url": "sample string 6",
"img": "sample string 7",
"text": "sample string 8",
"description": "sample string 9",
"isShowText": true,
"type": 11,
"createTime": "sample string 12"
}
],
"TypeName": "sample string 1",
"IsLeaf": true,
"ShowType": 3
}
application/xml, text/xml
Sample:
<StoreController.StoreTypesByTypeList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Controllers">
<IsLeaf>true</IsLeaf>
<ShowType>3</ShowType>
<TypeName>sample string 1</TypeName>
<storeTypesByTypeList>
<StoreController.StoreTypesByType>
<createTime xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 12</createTime>
<description xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 9</description>
<img xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 7</img>
<isShowText xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">true</isShowText>
<text xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 8</text>
<type xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">11</type>
<url xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 6</url>
<IsLeaf>true</IsLeaf>
<IsThird>true</IsThird>
<id>sample string 3</id>
<img1>sample string 1</img1>
<open>true</open>
</StoreController.StoreTypesByType>
<StoreController.StoreTypesByType>
<createTime xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 12</createTime>
<description xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 9</description>
<img xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 7</img>
<isShowText xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">true</isShowText>
<text xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 8</text>
<type xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">11</type>
<url xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 6</url>
<IsLeaf>true</IsLeaf>
<IsThird>true</IsThird>
<id>sample string 3</id>
<img1>sample string 1</img1>
<open>true</open>
</StoreController.StoreTypesByType>
</storeTypesByTypeList>
</StoreController.StoreTypesByTypeList>