Authorization: Bearer ********************{
"name": "Tour Lặn Biển Nha Trang 3N2Đ (Khởi hành 30/04)",
"tour_code": "NT3N2D-300426",
"type": "join",
"product_id": 5,
"total_seat": 25,
"depart": "30/04/2026",
"return": "02/05/2026",
"not_over_seat": 1,
"keep_time": 24,
"branch_office_id": 1,
"currency": "vnd",
"exchange_rate": 1,
"tour_car": [
"16",
"29"
],
"followers": [
"op1@example.com",
"op2@example.com"
],
"price_rules": [
{
"price_rule_id": 1,
"price": 2500000,
"description": "Giá tiêu chuẩn cho NL",
"number_of_seat": 1,
"unit": "Người lớn"
},
{
"price_rule_id": 2,
"price": 1250000,
"description": "Giá TE dưới 1m2",
"number_of_seat": 1,
"unit": "Trẻ em"
}
]
}curl --location --request POST 'https://demo.tourwell.net/api/v1/tours' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Tour Lặn Biển Nha Trang 3N2Đ (Khởi hành 30/04)",
"tour_code": "NT3N2D-300426",
"type": "join",
"product_id": 5,
"total_seat": 25,
"depart": "30/04/2026",
"return": "02/05/2026",
"not_over_seat": 1,
"keep_time": 24,
"branch_office_id": 1,
"currency": "vnd",
"exchange_rate": 1,
"tour_car": [
"16",
"29"
],
"followers": [
"op1@example.com",
"op2@example.com"
],
"price_rules": [
{
"price_rule_id": 1,
"price": 2500000,
"description": "Giá tiêu chuẩn cho NL",
"number_of_seat": 1,
"unit": "Người lớn"
},
{
"price_rule_id": 2,
"price": 1250000,
"description": "Giá TE dưới 1m2",
"number_of_seat": 1,
"unit": "Trẻ em"
}
]
}'{
"success": true,
"message": "Tour created successfully",
"data": {
"id": 1087,
"name": "Tour Lặn Biển Nha Trang 3N2Đ (Khởi hành 30/04)",
"code": "NT3N2D-300426"
}
}