- Tổng quan
- Hướng dẫn xác thực
- API Beta 1.0
- API Zalo Mini App (Beta)
- Khách hàng
- Đơn hàng
- Sản phẩm
- Lịch khởi hành
- Lead (Cơ hội)
- Khách sạn
- Kế toán
- Phiếu thu
- Phiếu chi
- Cấu hình
- Zalo ZNS
- Địa điểm
- Nhân sự nội bộ
- Webhook
- Trạng thái khách hàng
- Loại dịch vụ
- Zalo ZNS
Get by id
GET
/api/v1/hotels/{id}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
integer
required
Example:
210
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://demo.tourwell.net/api/v1/hotels/210'
Responses
🟢200Success
application/json
Body
success
boolean
optional
message
string
optional
data
object
optional
Example
{
"data": {
"id": 210,
"name": "Golden Sun hotel Đà Nẵng",
"star": 0,
"address": "97 Võ Văn Kiệt, Phước Mỹ, Sơn Trà, Đà Nẵng",
"destination": "Đà Nẵng",
"accommodation": "",
"rooms": [
{
"id": 108,
"name": "Phòng 2 người",
"metre_square": 30,
"capacity": {
"max_adult": 2,
"max_children": 1
},
"policies": {
"breakfast": "yes",
"refund": "yes"
},
"room_bed": {
"id": 0,
"name": ""
},
"season_prices": [
{
"season_detail": {
"id": 19,
"name": "Cao điểm 2025",
"description": null,
"booking_time": "01/02/2025 - 28/02/2025",
"use_time": "01/02/2025 - 28/02/2025",
"use_date_except": ""
},
"price_net": 500000,
"price_out": 590000,
"day_off_week": "Tất cả (T2 - CN)"
}
]
},
{
"id": 109,
"name": "Phòng 3 người",
"metre_square": 30,
"capacity": {
"max_adult": 2,
"max_children": 1
},
"policies": {
"breakfast": "yes",
"refund": "yes"
},
"room_bed": {
"id": 0,
"name": ""
},
"season_prices": [
{
"season_detail": {
"id": 19,
"name": "Cao điểm 2025",
"description": null,
"booking_time": "01/02/2025 - 28/02/2025",
"use_time": "01/02/2025 - 28/02/2025",
"use_date_except": ""
},
"price_net": 650000,
"price_out": 740000,
"day_off_week": "Tất cả (T2 - CN)"
}
]
},
{
"id": 110,
"name": "Phòng 4 người",
"metre_square": 50,
"capacity": {
"max_adult": 2,
"max_children": 1
},
"policies": {
"breakfast": "yes",
"refund": "yes"
},
"room_bed": {
"id": 0,
"name": ""
},
"season_prices": [
{
"season_detail": {
"id": 19,
"name": "Cao điểm 2025",
"description": null,
"booking_time": "01/02/2025 - 28/02/2025",
"use_time": "01/02/2025 - 28/02/2025",
"use_date_except": ""
},
"price_net": 800000,
"price_out": 900000,
"day_off_week": "Tất cả (T2 - CN)"
}
]
}
],
"policies": {
"included": null,
"not_included": null,
"change_policy": null,
"surcharge_policy": null,
"special_note": null
},
"season_prices": [],
"created_at": "2025-02-17 22:52:08",
"updated_at": "2025-02-17 22:52:08"
}
}
Modified at 2025-02-17 16:27:25