GET api/Product/GetSiteByDshopID?shopid={shopid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shopid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SiteEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| VersionName | string |
None. |
|
| SiteID | integer |
None. |
|
| SiteGuid | globally unique identifier |
None. |
|
| AccountID | globally unique identifier |
None. |
|
| AccountName | string |
None. |
|
| IsAudit | boolean |
None. |
|
| AuditTime | date |
None. |
|
| SiteState | integer |
None. |
|
| SiteType | integer |
None. |
|
| SiteStyle | integer |
None. |
|
| SiteName | string |
None. |
|
| FirstAreaCode | integer |
None. |
|
| SiteCreateTime | date |
None. |
|
| ExpiryTime | date |
None. |
|
| UpdateTime | date |
None. |
|
| CreateTime | date |
None. |
|
| CodeAccountID | globally unique identifier |
None. |
|
| CodeID | integer |
None. |
|
| IsDel | boolean |
None. |
|
| VersionID | integer |
None. |
|
| ParentAccountID | globally unique identifier |
None. |
|
| IsFree | boolean |
None. |
|
| IsArea | boolean |
None. |
|
| IsNotLogo | boolean |
None. |
|
| Linkman | string |
None. |
|
| CompanyName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SiteID": 2,
"SiteGuid": "7fed4bb8-85ce-4a41-a0bb-d3c2add54c96",
"AccountID": "c9f7e24f-c71e-4a5e-a86e-ca730f58e0f8",
"AccountName": "sample string 5",
"IsAudit": true,
"AuditTime": "2026-09-08T15:04:20.5736368+08:00",
"SiteState": 7,
"SiteType": 8,
"SiteStyle": 1,
"SiteName": "sample string 9",
"FirstAreaCode": 10,
"SiteCreateTime": "2026-09-08T15:04:20.5736368+08:00",
"ExpiryTime": "2026-09-08T15:04:20.5736368+08:00",
"UpdateTime": "2026-09-08T15:04:20.5736368+08:00",
"CreateTime": "2026-09-08T15:04:20.5736368+08:00",
"CodeAccountID": "9c28b58d-c381-46d6-b3f7-b72e5394eb9c",
"CodeID": 1,
"IsDel": true,
"VersionID": 1,
"ParentAccountID": "1e066d12-71f1-4e2e-b5dc-26640ada1ed6",
"IsFree": true,
"IsArea": true,
"IsNotLogo": true,
"Linkman": "sample string 16",
"CompanyName": "sample string 17",
"VersionName": "sample string 1"
}
application/xml, text/xml
Sample:
<SiteEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WST.Platform.Entity"> <SiteID>2</SiteID> <SiteGuid>7fed4bb8-85ce-4a41-a0bb-d3c2add54c96</SiteGuid> <AccountID>c9f7e24f-c71e-4a5e-a86e-ca730f58e0f8</AccountID> <AccountName>sample string 5</AccountName> <IsAudit>true</IsAudit> <AuditTime>2026-09-08T15:04:20.5736368+08:00</AuditTime> <SiteState>7</SiteState> <SiteType>8</SiteType> <SiteStyle>1</SiteStyle> <SiteName>sample string 9</SiteName> <FirstAreaCode>10</FirstAreaCode> <SiteCreateTime>2026-09-08T15:04:20.5736368+08:00</SiteCreateTime> <ExpiryTime>2026-09-08T15:04:20.5736368+08:00</ExpiryTime> <UpdateTime>2026-09-08T15:04:20.5736368+08:00</UpdateTime> <CreateTime>2026-09-08T15:04:20.5736368+08:00</CreateTime> <CodeAccountID>9c28b58d-c381-46d6-b3f7-b72e5394eb9c</CodeAccountID> <CodeID>1</CodeID> <IsDel>true</IsDel> <VersionID>1</VersionID> <ParentAccountID>1e066d12-71f1-4e2e-b5dc-26640ada1ed6</ParentAccountID> <IsFree>true</IsFree> <IsArea>true</IsArea> <IsNotLogo>true</IsNotLogo> <Linkman>sample string 16</Linkman> <CompanyName>sample string 17</CompanyName> <VersionName>sample string 1</VersionName> </SiteEntity>