Get Property

Get property information

Retuns the information of a property

Header

Content-Type: application/x-www-form-urlencoded

GET

/Property/:id

Parameter

FieldTypeDescription
idStringThe Property-ID. (NOTE: CALL /property WITHOUT ANY PARAMETER TO GET ALL PROPERTIES)

Success Response (200)

FieldTypeDescription
hotel_idNumberunique hotel identifier
streetstringThe address of the hotel.
citystringCity of the hotel.
countrystringCountry of the hotel
latitudeNumberLatitude of the hotel
longitudeNumberLongitude of the hotel
urlstringThe bookonline now URL of the hotel
phoneStringPhone number of the hotel.
emailStringemail address of the hotel.
faxStringFax number of the hotel
postcodeStringPostcode number of the hotel
photosPhoto arrayAn array of photo objects for the hotel
descriptionstringDescription of Hotel.
amenitiesstringAmenities of Hotel.

Response

{
    "hotel_id": "899",
    "name": "City Luxury Grand Hotel",
    "street": "Akti Miaouli 3",
    "city": "Athens",
    "state": "Greece",
    "country": "Greece",
    "latitude": 22.795053,
    "longitude": 37.566628,
    "url": "https://demov3.book-onlinenow.net",
    "email": "[email protected]",
    "phone": "+2109920411",
    "fax": "no information",
    "postcode": "21100",
    "description": "The Luxury V Hotel is located in a beautiful dream beach of Greece in a magical site with magnificent views of the \"Bride of Thermaikos\" in the area of 15 acres just 5 minutes from the International Airport \"Macedonia\" and 15 minutes from downtown. \n
Luxury V Hotel is an ideal place for those who want to combine their vocation with entertainment and shopping.The famous beaches of Sithonias,Kassandreias and Peninsula of Athos, are situated not far from the hotel, and within 5 minutes there is one of the best and most modern commercial centres in Europe “COSMOS `` and a well-known recreational park “Water land”, which is visited by thousands of people from all over the world. \n
The Luxury V Hotel is open all the year round and offers an ideal opportunity for those who wish to pass unforgettable and unique moments during their classical, alternative, religious etc. holydays. \nThe hotel also has rooms for professional events such as seminars, conferences, meetings etc, and social events such as marriages, christening, cutting of pie etc.\n
The very friendly personnel will welcome you in the entrance of the hotel and will make your stay in the hotel an unforgettable experience.",
    "photos": [
    {
    "url": "https://demov3.book-onlinenow.net/Webpages/899/Aleenta+Pool.jpg",
    "width": 500,
    "height": 300
    },
    {
    "url": "https://demov3.book-onlinenow.net/Webpages/899/1148757_11_z.jpg",
    "width": 500,
    "height": 300
    },
    {
    "url": "https://demov3.book-onlinenow.net/Webpages/899/1148757_20_z.jpg",
    "width": 500,
    "height": 300
    },
    {
    "url": "https://demov3.book-onlinenow.net/Webpages/899/4454220.jpg",
    "width": 500,
    "height": 300
    },
    {
    "url": "https://demov3.book-onlinenow.net/Webpages/899/9337416.jpg",
    "width": 500,
    "height": 300
    },
    {
    "url": "https://demov3.book-onlinenow.net/Webpages/899/9337461.jpg",
    "width": 500,
    "height": 300
    },
    {
    "url": "https://demov3.book-onlinenow.net/Webpages/899/9337480.jpg",
    "width": 500,
    "height": 300
    },
    {
    "url": "https://demov3.book-onlinenow.net/Webpages/899/18034199.jpg",
    "width": 500,
    "height": 300
    },
    {
    "url": "https://demov3.book-onlinenow.net/Webpages/899/18034280.jpg",
    "width": 500,
    "height": 300
    },
    {
    "url": "https://demov3.book-onlinenow.net/Webpages/899/1.jpg",
    "width": 500,
    "height": 300
    },
    {
    "url": "https://demov3.book-onlinenow.net/Webpages/899/4+(1).jpg",
    "width": 500,
    "height": 300
    },
    {
    "url": "https://demov3.book-onlinenow.net/Webpages/899/img_backtrans10.jpg",
    "width": 500,
    "height": 300
    },
    {
    "url": "https://demov3.book-onlinenow.net/Webpages/899/6+(1).jpg",
    "width": 500,
    "height": 300
    },
    {
    "url": "https://demov3.book-onlinenow.net/Webpages/899/11_501_Lobby_ELYSIUM.jpg",
    "width": 500,
    "height": 300
    },
    {
    "url": "https://demov3.book-onlinenow.net/Webpages/899/13_108_Deluxe_Guestroom_Wenge_ELYSIUM.jpg",
    "width": 500,
    "height": 300
    },
    {
    "url": "https://demov3.book-onlinenow.net/Webpages/899/17_107_Elite_Superior_Guestroom_Sea_View_ELYSIUM.jpg",
    "width": 500,
    "height": 300
    }
    ]
    }