Get Hotel Info

Description: Get hotel information in detail

Path: /api/v1/hotel/getHotelInfo

Method: GET

Request

Attributes

* = required

hotelSn*

integer

Identify of hotel

Response

Attributes

hotelSn

integer

Identify of hotel

phone

string

Hotel’s phone number

name

string

Hotel’s name

address

string

Hotel’s address

longitude

double

Hotel’s Location (Longitude)

latitude

double

Hotel’s Location (Latitude)

districtName

string

District name

provinceName

string

Province name

description

string

Hotel’s Policy (VIE)

enDescription

string

Hotel’s Policy (EN)

policy

string

Hotel’s Policy (VIE)

policyEn

string

Hotel’s Policy (EN)

paymentWay

integer

Hotel’s Payment Way Posible enum values: 1 = PAH & PIA 2 = Pay at hotel 3 = Pay in advance

startDaily

string

Daily Booking’s check-in time Format: HH:mm

endDaily

string

Daily Booking’s check-out time Format: HH:mm

startOvernight

string

Overnight Booking’s check-in time Format: HH:mm

endOvernight

string

Overnight Booking’s check-out time

Format: HH:mm

startHourly

string

Hourly Booking’s check-in time

Format: HH:mm

endHourly

string

Hourly Booking’s check-out time

Format: HH:mm

imageList.image.sn

integer

Identify of hotel image

imageList.image.fullUrl

string

Hotel image’s URL

imageList.image.firstDisplay

integer

The image which will display first in a lot of images. Possible enum values: 0 = Not displayed first 1 = Displayed first

Example

Last updated