API get danh sách các lịch trình theo nhà cung cấp
mặc định lấy theo ngày hiện tại (+24 hour)
Your time zone ISO 8601 (Tính từ thời gian lựa chọn, cộng thêm 24 giờ), Gen theo link: https://www.timestamp-converter.com
route_id route_id
| Filed name | Type | Description |
|---|---|---|
| schedule_id | string | Mã lịch trình |
| depart_date | string | Thời gian xuất phát |
| arrival_date | string | Thời gian kết thúc |
| availability | number | Số lượng ghế có thể đặt |
| route | object | Thông tin tuyến đường |
| route.route_id | string | Mã tuyến đường |
| route.title | string | Tên tuyến đường |
| route.description | string | Mô tả tuyến đường |
| route.departure | object | Địa điểm xuất phát |
| route.departure.location_id | string | Mã địa điểm |
| route.departure.label | string | Tên địa điểm |
| route.departure.abbrev | string | Tên địa điểm viết tắt |
| route.destination | object | Địa điểm kết thúc |
| route.destination.location_id | string | Mã địa điểm |
| route.destination.label | string | Tên địa điểm |
| route.destination.abbrev | string | Tên địa điểm viết tắt |
| route.providers | array | Nhà cung cấp |
| route.providers[0].provider_id | string | Mã nhà cung cấp |
| route.providers[0].name | string | Tên nhà cung cấp |
| route.providers[0].logo. | string | Logo nhà cung cấp |
| route.providers[0].description | string | Mô tả nhà cung cấp |
| route.providers.images | array | Hình ảnh nhà cung cấp |
| vehicle | object | Thông tin phương tiện |
| vehicle.vehicle_id | string | Mã phương tiện |
| vehicle.name | string | Tên phương tiện - CD36 - CÔN ĐẢO EXPRESS 36 |
| vehicle.boat_type | string | Loại phương tiện tiếng anh - Speedboat |
| vehicle.boat_type_nm | string | Loại phương tiện tiếng việt - Tàu cao tốc |
| vehicle.harbor | string | Tên bến cảng - CẢNG BẾN ĐẦM |
| vehicle.seat_map | boolean | Tuỳ chọn sơ đồ ghế - True: có sơ đồ ghế - False: không có sơ đồ ghế |
| fee_prices | object | Thông tin các loại phí |
| fee_prices.price_id | string | Mã loại phí |
| fee_prices.label | string | Tên loại phí - Phí cảng |
| fee_prices.price_markup | number | Giá của loại phí |
| ticket_prices | object | Thông tin các loại vé |
| ticket_prices.price_id | string | Mã loại vé |
| ticket_prices.label | string | Tên loại vé (được đặt theo Ticket type) - Vé người lớn - Vé trẻ em - Vé người cao tuổi |
| ticket_prices.ticket_class | string | Hạng vé: - Vip: Hạng VIP vd: V012: Khu vực Vip ghế 12 - Eco: Hạng thường vd: G13: Ghế thuờng hàng 13 cột G - Deluxe: Hạng Deluxe (Chỉ đang có ở tuyến HCM - CĐ, mà hiện giờ đang off) vd: DL05: Ghế duluxe hàng 5 cột L |
| ticket_prices.ticket_type | string | Loại vé: adults, children, elderly - baby <6 tuổi: miễn phí (không cần booking vé) - children 6-12 tuổi - adult 13-59 tuổi - elderly >59 tuổi Note: - 1 Children phải đi chung với 1 elderly |
username:passwordAuthorization: Basic *****************curl --location -g --request GET 'https://stg-api-hub.suntraveltech.com/waterbuses/schedules?page={{page}}' \
--header 'Authorization: Basic <encoded-value>'[
{
"schedule_id": "67aaf7ee072c910c5069ee4a",
"depart_date": "2025-02-23T23:45:00Z",
"arrival_date": "",
"availability": 584,
"route": {
"route_id": "67aaf6c8072c910c5069c789",
"title": "",
"description": "",
"departure": {
"location_id": "67aaf6c86d975d8237cc8af1",
"label": "Phan Thiết",
"abbrev": "PT"
},
"destination": {
"location_id": "67aaf6c86d975d8237cc8af0",
"label": "Phú Quý",
"abbrev": "PQ"
},
"provider": {
"provider_id": "67aaf668072c910c5069c779",
"name": "Phú Quốc Express",
"logo": "https://stg-cdn-hub.suntraveltech.com/hub-staging/images/89de8f1f-7b3d-432a-afd7-b99d9846e936.png",
"description": "",
"images": []
}
},
"vehicle": {
"vehicle_id": "67aaf75d072c910c5069e3a9",
"name": "Tr.Nhi - TRƯNG NHỊ",
"boat_type": "speedboat",
"boat_type_nm": "Tàu cao tốc",
"harbor": "CẢNG PHAN THIẾT",
"seat_map": true
},
"fee_prices": [],
"ticket_prices": [
{
"price_id": "67aaf7ee072c910c5069ee50",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "vip",
"price_markup": 450000
},
{
"price_id": "67aaf7ee072c910c5069ee4f",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "vip",
"price_markup": 450000
},
{
"price_id": "67aaf7ee072c910c5069ee4e",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "vip",
"price_markup": 450000
},
{
"price_id": "67aaf7ee072c910c5069ee4d",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "eco",
"price_markup": 295000
},
{
"price_id": "67aaf7ee072c910c5069ee4c",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "eco",
"price_markup": 275000
},
{
"price_id": "67aaf7ee072c910c5069ee4b",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "eco",
"price_markup": 370000
}
]
},
{
"schedule_id": "67aaf75d072c910c5069e3b2",
"depart_date": "2025-03-01T23:30:00Z",
"arrival_date": "",
"availability": 568,
"route": {
"route_id": "67aaf6c8072c910c5069c780",
"title": "",
"description": "",
"departure": {
"location_id": "67aaf6c86d975d8237cc8aed",
"label": "Trần Đề",
"abbrev": "TD"
},
"destination": {
"location_id": "67aaf6c86d975d8237cc8aee",
"label": "Côn Đảo",
"abbrev": "CD"
},
"provider": {
"provider_id": "67aaf668072c910c5069c779",
"name": "Phú Quốc Express",
"logo": "https://stg-cdn-hub.suntraveltech.com/hub-staging/images/89de8f1f-7b3d-432a-afd7-b99d9846e936.png",
"description": "",
"images": []
}
},
"vehicle": {
"vehicle_id": "67aaf757072c910c5069e311",
"name": "CD36 - CÔN ĐẢO EXPRESS 36",
"boat_type": "speedboat",
"boat_type_nm": "Tàu cao tốc",
"harbor": "CẢNG BẾN ĐẦM",
"seat_map": true
},
"fee_prices": [
{
"price_id": "67aaf6c8072c910c5069c781",
"label": "Phí cảng",
"price_markup": 18000
}
],
"ticket_prices": [
{
"price_id": "67aaf75d072c910c5069e3b8",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf75d072c910c5069e3b7",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf75d072c910c5069e3b6",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf75d072c910c5069e3b5",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "eco",
"price_markup": 360000
},
{
"price_id": "67aaf75d072c910c5069e3b4",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "eco",
"price_markup": 360000
},
{
"price_id": "67aaf75d072c910c5069e3b3",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "eco",
"price_markup": 450000
}
]
},
{
"schedule_id": "67aaf7f3072c910c5069eeba",
"depart_date": "2025-03-09T23:45:00Z",
"arrival_date": "",
"availability": 594,
"route": {
"route_id": "67aaf6c8072c910c5069c789",
"title": "",
"description": "",
"departure": {
"location_id": "67aaf6c86d975d8237cc8af1",
"label": "Phan Thiết",
"abbrev": "PT"
},
"destination": {
"location_id": "67aaf6c86d975d8237cc8af0",
"label": "Phú Quý",
"abbrev": "PQ"
},
"provider": {
"provider_id": "67aaf668072c910c5069c779",
"name": "Phú Quốc Express",
"logo": "https://stg-cdn-hub.suntraveltech.com/hub-staging/images/89de8f1f-7b3d-432a-afd7-b99d9846e936.png",
"description": "",
"images": []
}
},
"vehicle": {
"vehicle_id": "67aaf75b072c910c5069e362",
"name": "Tr.Trac - TRƯNG TRẮC",
"boat_type": "speedboat",
"boat_type_nm": "Tàu cao tốc",
"harbor": "CẢNG PHAN THIẾT",
"seat_map": true
},
"fee_prices": [],
"ticket_prices": [
{
"price_id": "67aaf7f3072c910c5069eec0",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "vip",
"price_markup": 450000
},
{
"price_id": "67aaf7f3072c910c5069eebf",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "vip",
"price_markup": 450000
},
{
"price_id": "67aaf7f3072c910c5069eebe",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "vip",
"price_markup": 450000
},
{
"price_id": "67aaf7f3072c910c5069eebd",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "eco",
"price_markup": 295000
},
{
"price_id": "67aaf7f3072c910c5069eebc",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "eco",
"price_markup": 275000
},
{
"price_id": "67aaf7f3072c910c5069eebb",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "eco",
"price_markup": 370000
}
]
},
{
"schedule_id": "67aaf762072c910c5069e421",
"depart_date": "2025-03-14T22:30:00Z",
"arrival_date": "",
"availability": 532,
"route": {
"route_id": "67aaf6c8072c910c5069c780",
"title": "",
"description": "",
"departure": {
"location_id": "67aaf6c86d975d8237cc8aed",
"label": "Trần Đề",
"abbrev": "TD"
},
"destination": {
"location_id": "67aaf6c86d975d8237cc8aee",
"label": "Côn Đảo",
"abbrev": "CD"
},
"provider": {
"provider_id": "67aaf668072c910c5069c779",
"name": "Phú Quốc Express",
"logo": "https://stg-cdn-hub.suntraveltech.com/hub-staging/images/89de8f1f-7b3d-432a-afd7-b99d9846e936.png",
"description": "",
"images": []
}
},
"vehicle": {
"vehicle_id": "67aaf75d072c910c5069e3a9",
"name": "Tr.Nhi - TRƯNG NHỊ",
"boat_type": "speedboat",
"boat_type_nm": "Tàu cao tốc",
"harbor": "CẢNG PHAN THIẾT",
"seat_map": true
},
"fee_prices": [
{
"price_id": "67aaf6c8072c910c5069c781",
"label": "Phí cảng",
"price_markup": 18000
}
],
"ticket_prices": [
{
"price_id": "67aaf762072c910c5069e427",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf762072c910c5069e426",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf762072c910c5069e425",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf762072c910c5069e424",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "eco",
"price_markup": 360000
},
{
"price_id": "67aaf762072c910c5069e423",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "eco",
"price_markup": 360000
},
{
"price_id": "67aaf762072c910c5069e422",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "eco",
"price_markup": 450000
}
]
},
{
"schedule_id": "67aaf762072c910c5069e428",
"depart_date": "2025-03-14T23:00:00Z",
"arrival_date": "",
"availability": 30,
"route": {
"route_id": "67aaf6c8072c910c5069c780",
"title": "",
"description": "",
"departure": {
"location_id": "67aaf6c86d975d8237cc8aed",
"label": "Trần Đề",
"abbrev": "TD"
},
"destination": {
"location_id": "67aaf6c86d975d8237cc8aee",
"label": "Côn Đảo",
"abbrev": "CD"
},
"provider": {
"provider_id": "67aaf668072c910c5069c779",
"name": "Phú Quốc Express",
"logo": "https://stg-cdn-hub.suntraveltech.com/hub-staging/images/89de8f1f-7b3d-432a-afd7-b99d9846e936.png",
"description": "",
"images": []
}
},
"vehicle": {
"vehicle_id": "67aaf757072c910c5069e311",
"name": "CD36 - CÔN ĐẢO EXPRESS 36",
"boat_type": "speedboat",
"boat_type_nm": "Tàu cao tốc",
"harbor": "CẢNG BẾN ĐẦM",
"seat_map": true
},
"fee_prices": [
{
"price_id": "67aaf6c8072c910c5069c781",
"label": "Phí cảng",
"price_markup": 18000
}
],
"ticket_prices": [
{
"price_id": "67aaf762072c910c5069e42e",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf762072c910c5069e42d",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf762072c910c5069e42c",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf762072c910c5069e42b",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "eco",
"price_markup": 360000
},
{
"price_id": "67aaf762072c910c5069e42a",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "eco",
"price_markup": 360000
},
{
"price_id": "67aaf762072c910c5069e429",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "eco",
"price_markup": 450000
}
]
},
{
"schedule_id": "67aaf7fa072c910c5069ef32",
"depart_date": "2025-03-24T23:30:00Z",
"arrival_date": "",
"availability": 598,
"route": {
"route_id": "67aaf6c8072c910c5069c789",
"title": "",
"description": "",
"departure": {
"location_id": "67aaf6c86d975d8237cc8af1",
"label": "Phan Thiết",
"abbrev": "PT"
},
"destination": {
"location_id": "67aaf6c86d975d8237cc8af0",
"label": "Phú Quý",
"abbrev": "PQ"
},
"provider": {
"provider_id": "67aaf668072c910c5069c779",
"name": "Phú Quốc Express",
"logo": "https://stg-cdn-hub.suntraveltech.com/hub-staging/images/89de8f1f-7b3d-432a-afd7-b99d9846e936.png",
"description": "",
"images": []
}
},
"vehicle": {
"vehicle_id": "67aaf75b072c910c5069e362",
"name": "Tr.Trac - TRƯNG TRẮC",
"boat_type": "speedboat",
"boat_type_nm": "Tàu cao tốc",
"harbor": "CẢNG PHAN THIẾT",
"seat_map": true
},
"fee_prices": [],
"ticket_prices": [
{
"price_id": "67aaf7fa072c910c5069ef38",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "vip",
"price_markup": 450000
},
{
"price_id": "67aaf7fa072c910c5069ef37",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "vip",
"price_markup": 450000
},
{
"price_id": "67aaf7fa072c910c5069ef36",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "vip",
"price_markup": 450000
},
{
"price_id": "67aaf7fa072c910c5069ef35",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "eco",
"price_markup": 295000
},
{
"price_id": "67aaf7fa072c910c5069ef34",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "eco",
"price_markup": 275000
},
{
"price_id": "67aaf7fa072c910c5069ef33",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "eco",
"price_markup": 370000
}
]
},
{
"schedule_id": "67aaf767072c910c5069e4ae",
"depart_date": "2025-03-29T23:00:00Z",
"arrival_date": "",
"availability": 598,
"route": {
"route_id": "67aaf6c8072c910c5069c780",
"title": "",
"description": "",
"departure": {
"location_id": "67aaf6c86d975d8237cc8aed",
"label": "Trần Đề",
"abbrev": "TD"
},
"destination": {
"location_id": "67aaf6c86d975d8237cc8aee",
"label": "Côn Đảo",
"abbrev": "CD"
},
"provider": {
"provider_id": "67aaf668072c910c5069c779",
"name": "Phú Quốc Express",
"logo": "https://stg-cdn-hub.suntraveltech.com/hub-staging/images/89de8f1f-7b3d-432a-afd7-b99d9846e936.png",
"description": "",
"images": []
}
},
"vehicle": {
"vehicle_id": "67aaf757072c910c5069e311",
"name": "CD36 - CÔN ĐẢO EXPRESS 36",
"boat_type": "speedboat",
"boat_type_nm": "Tàu cao tốc",
"harbor": "CẢNG BẾN ĐẦM",
"seat_map": true
},
"fee_prices": [
{
"price_id": "67aaf6c8072c910c5069c781",
"label": "Phí cảng",
"price_markup": 18000
}
],
"ticket_prices": [
{
"price_id": "67aaf767072c910c5069e4b4",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf767072c910c5069e4b3",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf767072c910c5069e4b2",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf767072c910c5069e4b1",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "eco",
"price_markup": 360000
},
{
"price_id": "67aaf767072c910c5069e4b0",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "eco",
"price_markup": 360000
},
{
"price_id": "67aaf767072c910c5069e4af",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "eco",
"price_markup": 450000
}
]
},
{
"schedule_id": "67aaf76c072c910c5069e51e",
"depart_date": "2025-04-12T23:00:00Z",
"arrival_date": "",
"availability": 598,
"route": {
"route_id": "67aaf6c8072c910c5069c780",
"title": "",
"description": "",
"departure": {
"location_id": "67aaf6c86d975d8237cc8aed",
"label": "Trần Đề",
"abbrev": "TD"
},
"destination": {
"location_id": "67aaf6c86d975d8237cc8aee",
"label": "Côn Đảo",
"abbrev": "CD"
},
"provider": {
"provider_id": "67aaf668072c910c5069c779",
"name": "Phú Quốc Express",
"logo": "https://stg-cdn-hub.suntraveltech.com/hub-staging/images/89de8f1f-7b3d-432a-afd7-b99d9846e936.png",
"description": "",
"images": []
}
},
"vehicle": {
"vehicle_id": "67aaf757072c910c5069e311",
"name": "CD36 - CÔN ĐẢO EXPRESS 36",
"boat_type": "speedboat",
"boat_type_nm": "Tàu cao tốc",
"harbor": "CẢNG BẾN ĐẦM",
"seat_map": true
},
"fee_prices": [
{
"price_id": "67aaf6c8072c910c5069c781",
"label": "Phí cảng",
"price_markup": 18000
}
],
"ticket_prices": [
{
"price_id": "67aaf76c072c910c5069e524",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf76c072c910c5069e523",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf76c072c910c5069e522",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf76c072c910c5069e521",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "eco",
"price_markup": 360000
},
{
"price_id": "67aaf76c072c910c5069e520",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "eco",
"price_markup": 360000
},
{
"price_id": "67aaf76c072c910c5069e51f",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "eco",
"price_markup": 450000
}
]
},
{
"schedule_id": "67aaf771072c910c5069e596",
"depart_date": "2025-04-27T23:30:00Z",
"arrival_date": "",
"availability": 598,
"route": {
"route_id": "67aaf6c8072c910c5069c780",
"title": "",
"description": "",
"departure": {
"location_id": "67aaf6c86d975d8237cc8aed",
"label": "Trần Đề",
"abbrev": "TD"
},
"destination": {
"location_id": "67aaf6c86d975d8237cc8aee",
"label": "Côn Đảo",
"abbrev": "CD"
},
"provider": {
"provider_id": "67aaf668072c910c5069c779",
"name": "Phú Quốc Express",
"logo": "https://stg-cdn-hub.suntraveltech.com/hub-staging/images/89de8f1f-7b3d-432a-afd7-b99d9846e936.png",
"description": "",
"images": []
}
},
"vehicle": {
"vehicle_id": "67aaf757072c910c5069e311",
"name": "CD36 - CÔN ĐẢO EXPRESS 36",
"boat_type": "speedboat",
"boat_type_nm": "Tàu cao tốc",
"harbor": "CẢNG BẾN ĐẦM",
"seat_map": true
},
"fee_prices": [
{
"price_id": "67aaf6c8072c910c5069c781",
"label": "Phí cảng",
"price_markup": 18000
}
],
"ticket_prices": [
{
"price_id": "67aaf772072c910c5069e59c",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf772072c910c5069e59b",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf772072c910c5069e59a",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67aaf772072c910c5069e599",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "eco",
"price_markup": 312000
},
{
"price_id": "67aaf772072c910c5069e598",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "eco",
"price_markup": 312000
},
{
"price_id": "67aaf772072c910c5069e597",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "eco",
"price_markup": 390000
}
]
},
{
"schedule_id": "67ada0cb78a8e7b116adc161",
"depart_date": "2025-05-11T23:30:00Z",
"arrival_date": "",
"availability": 598,
"route": {
"route_id": "67aaf6c8072c910c5069c780",
"title": "",
"description": "",
"departure": {
"location_id": "67aaf6c86d975d8237cc8aed",
"label": "Trần Đề",
"abbrev": "TD"
},
"destination": {
"location_id": "67aaf6c86d975d8237cc8aee",
"label": "Côn Đảo",
"abbrev": "CD"
},
"provider": {
"provider_id": "67aaf668072c910c5069c779",
"name": "Phú Quốc Express",
"logo": "https://stg-cdn-hub.suntraveltech.com/hub-staging/images/89de8f1f-7b3d-432a-afd7-b99d9846e936.png",
"description": "",
"images": []
}
},
"vehicle": {
"vehicle_id": "67aaf757072c910c5069e311",
"name": "CD36 - CÔN ĐẢO EXPRESS 36",
"boat_type": "speedboat",
"boat_type_nm": "Tàu cao tốc",
"harbor": "CẢNG BẾN ĐẦM",
"seat_map": true
},
"fee_prices": [
{
"price_id": "67aaf6c8072c910c5069c781",
"label": "Phí cảng",
"price_markup": 18000
}
],
"ticket_prices": [
{
"price_id": "67ada0cb78a8e7b116adc167",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67ada0cb78a8e7b116adc166",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67ada0cb78a8e7b116adc165",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "vip",
"price_markup": 590000
},
{
"price_id": "67ada0cb78a8e7b116adc164",
"label": "Vé người cao tuổi",
"ticket_type": "elderly",
"ticket_class": "eco",
"price_markup": 312000
},
{
"price_id": "67ada0cb78a8e7b116adc163",
"label": "Vé trẻ em",
"ticket_type": "children",
"ticket_class": "eco",
"price_markup": 312000
},
{
"price_id": "67ada0cb78a8e7b116adc162",
"label": "Vé người lớn",
"ticket_type": "adults",
"ticket_class": "eco",
"price_markup": 390000
}
]
}
]