GET api/SeoData/GetGoogleSeoData/{hotelId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| hotelId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SeoData| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None |
|
| ChainName | string |
None |
|
| Address | string |
None |
|
| City | string |
None |
|
| State | string |
None |
|
| PostalCode | string |
None |
|
| Country | string |
None |
|
| Telephone | string |
None |
|
| StarRating | string |
None |
|
| ReviewCount | string |
None |
|
| RatingValue | string |
None |
|
| LowPrice | string |
None |
|
| Title | string |
None |
|
| Description | string |
None |
|
| Breadcrumbs | string |
None |
|
| Footer | string |
None |
|
| MetaTags | string |
None |
|
| LdSchema | string |
None |
Response Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"chainName": "sample string 2",
"address": "sample string 3",
"city": "sample string 4",
"state": "sample string 5",
"postalCode": "sample string 6",
"country": "sample string 7",
"telephone": "sample string 8",
"starRating": "sample string 9",
"reviewCount": "sample string 10",
"ratingValue": "sample string 11",
"lowPrice": "sample string 12",
"title": "sample string 13",
"description": "sample string 14",
"breadcrumbs": "sample string 15",
"footer": "sample string 16",
"metaTags": "sample string 17",
"ldSchema": "sample string 18"
}
application/xml, text/xml
Sample:
<SeoData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Priceline.WebServices.Models">
<Address>sample string 3</Address>
<Breadcrumbs>sample string 15</Breadcrumbs>
<ChainName>sample string 2</ChainName>
<City>sample string 4</City>
<Country>sample string 7</Country>
<Description>sample string 14</Description>
<Footer>sample string 16</Footer>
<LdSchema>sample string 18</LdSchema>
<LowPrice>sample string 12</LowPrice>
<MetaTags>sample string 17</MetaTags>
<Name>sample string 1</Name>
<PostalCode>sample string 6</PostalCode>
<RatingValue>sample string 11</RatingValue>
<ReviewCount>sample string 10</ReviewCount>
<StarRating>sample string 9</StarRating>
<State>sample string 5</State>
<Telephone>sample string 8</Telephone>
<Title>sample string 13</Title>
</SeoData>