| Filed name | Type | Description |
|---|---|---|
| location_id | string | Mã địa điểm |
| label | string | Tên đja điểm |
| abbrev | string | Tên địa điểm viết tắt |
username:passwordAuthorization: Basic *****************curl --location --request GET 'https://stg-api-hub.suntraveltech.com/waterbuses/locations' \
--header 'Authorization: Basic <encoded-value>'[
{
"location_id": "67aaf6c86d975d8237cc8af1",
"label": "Phan Thiết",
"abbrev": "PT"
},
{
"location_id": "67aaf6c86d975d8237cc8af0",
"label": "Phú Quý",
"abbrev": "PQ"
},
{
"location_id": "67aaf6c86d975d8237cc8aef",
"label": "Vũng Tàu",
"abbrev": "VT"
},
{
"location_id": "67aaf6c86d975d8237cc8aee",
"label": "Côn Đảo",
"abbrev": "CD"
},
{
"location_id": "67aaf6c86d975d8237cc8aed",
"label": "Trần Đề",
"abbrev": "TD"
},
{
"location_id": "67aaf6c86d975d8237cc8aec",
"label": "Hà Tiên",
"abbrev": "HT"
},
{
"location_id": "67aaf6c86d975d8237cc8aeb",
"label": "Phú Quốc",
"abbrev": "PQ"
},
{
"location_id": "67aaf6c86d975d8237cc8aea",
"label": "Rạch Giá",
"abbrev": "RG"
}
]