GET api/LandingPage/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LandingPageModels| Name | Description | Type | Additional information |
|---|---|---|---|
| StoneType | string |
None. |
|
| StoneKey | string |
None. |
|
| StoneSku | string |
None. |
|
| StoneName | string |
None. |
|
| StoneImageUrl | string |
None. |
|
| StoneCity | string |
None. |
|
| StoneCountry | string |
None. |
|
| topSellingStoneList | Collection of TopSellingStone |
None. |
|
| latestInstallationList | Collection of LatestInstallation |
None. |
|
| latestPriceQueries | Collection of LatestPriceQueries |
None. |
Response Formats
application/json, text/json
Sample:
{
"StoneType": "sample string 1",
"StoneKey": "sample string 2",
"StoneSku": "sample string 3",
"StoneName": "sample string 4",
"StoneImageUrl": "sample string 5",
"StoneCity": "sample string 6",
"StoneCountry": "sample string 7",
"topSellingStoneList": [
{
"StoneOrder": 1,
"StoneName": "sample string 2",
"StoneImageUrl": "sample string 3",
"StoneType": "sample string 4",
"StoneSku": "sample string 5"
},
{
"StoneOrder": 1,
"StoneName": "sample string 2",
"StoneImageUrl": "sample string 3",
"StoneType": "sample string 4",
"StoneSku": "sample string 5"
}
],
"latestInstallationList": [
{
"Address": "sample string 1",
"Longitude": 2.1,
"Latitude": 3.1
},
{
"Address": "sample string 1",
"Longitude": 2.1,
"Latitude": 3.1
}
],
"latestPriceQueries": [
{
"LatestStoneType": "sample string 1",
"LatestStoneKey": "sample string 2",
"LatestStoneSku": "sample string 3",
"LatestStoneName": "sample string 4",
"LatestStoneImageUrl": "sample string 5",
"LatestStoneCity": "sample string 6",
"LatestStoneCountry": "sample string 7"
},
{
"LatestStoneType": "sample string 1",
"LatestStoneKey": "sample string 2",
"LatestStoneSku": "sample string 3",
"LatestStoneName": "sample string 4",
"LatestStoneImageUrl": "sample string 5",
"LatestStoneCity": "sample string 6",
"LatestStoneCountry": "sample string 7"
}
]
}
text/xml
Sample:
<LandingPageModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StenskivorAPP.Models">
<StoneCity>sample string 6</StoneCity>
<StoneCountry>sample string 7</StoneCountry>
<StoneImageUrl>sample string 5</StoneImageUrl>
<StoneKey>sample string 2</StoneKey>
<StoneName>sample string 4</StoneName>
<StoneSku>sample string 3</StoneSku>
<StoneType>sample string 1</StoneType>
<latestInstallationList>
<LatestInstallation>
<Address>sample string 1</Address>
<Latitude>3.1</Latitude>
<Longitude>2.1</Longitude>
</LatestInstallation>
<LatestInstallation>
<Address>sample string 1</Address>
<Latitude>3.1</Latitude>
<Longitude>2.1</Longitude>
</LatestInstallation>
</latestInstallationList>
<latestPriceQueries>
<LatestPriceQueries>
<LatestStoneCity>sample string 6</LatestStoneCity>
<LatestStoneCountry>sample string 7</LatestStoneCountry>
<LatestStoneImageUrl>sample string 5</LatestStoneImageUrl>
<LatestStoneKey>sample string 2</LatestStoneKey>
<LatestStoneName>sample string 4</LatestStoneName>
<LatestStoneSku>sample string 3</LatestStoneSku>
<LatestStoneType>sample string 1</LatestStoneType>
</LatestPriceQueries>
<LatestPriceQueries>
<LatestStoneCity>sample string 6</LatestStoneCity>
<LatestStoneCountry>sample string 7</LatestStoneCountry>
<LatestStoneImageUrl>sample string 5</LatestStoneImageUrl>
<LatestStoneKey>sample string 2</LatestStoneKey>
<LatestStoneName>sample string 4</LatestStoneName>
<LatestStoneSku>sample string 3</LatestStoneSku>
<LatestStoneType>sample string 1</LatestStoneType>
</LatestPriceQueries>
</latestPriceQueries>
<topSellingStoneList>
<TopSellingStone>
<StoneImageUrl>sample string 3</StoneImageUrl>
<StoneName>sample string 2</StoneName>
<StoneOrder>1</StoneOrder>
<StoneSku>sample string 5</StoneSku>
<StoneType>sample string 4</StoneType>
</TopSellingStone>
<TopSellingStone>
<StoneImageUrl>sample string 3</StoneImageUrl>
<StoneName>sample string 2</StoneName>
<StoneOrder>1</StoneOrder>
<StoneSku>sample string 5</StoneSku>
<StoneType>sample string 4</StoneType>
</TopSellingStone>
</topSellingStoneList>
</LandingPageModels>