Authorization: Bearer ********************
{
"contact_name": "Upwell",
"contact_phone": "0988777555",
"contact_email": "contact@upwell.vn",
"hotel_id": 210,
"service_id": 2,
"date_range": "23/03/2025 - 25/03/2025",
"note_order": "Ghi chú đơn hàng",
"source_id": 1,
"branch_office_id": 1,
"vat_type": "not-vat",
"pricing": [
{
"room_id": 108,
"price": 200000,
"quantity": 1,
"period": 1,
"vat":{
"type":"percent",
"amount": 0
},
"description": "",
"unit":"room"
},
{
"room_id": 109,
"price": 200000,
"quantity": 1,
"period": 1,
"vat":{
"type":"percent",
"amount": 0
},
"description": "",
"unit":"room"
},
{
"room_id": 0,
"price": 200000,
"quantity": 1,
"period": 1,
"vat":{
"type":"percent",
"amount": 0
},
"description": "Phụ thu giường đôi",
"unit":""
}
]
}
curl --location --request POST 'https://demo.tourwell.net/api/v1/orders/hotels' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact_name": "Upwell",
"contact_phone": "0988777555",
"contact_email": "contact@upwell.vn",
"hotel_id": 210,
"service_id": 2,
"date_range": "23/03/2025 - 25/03/2025",
"note_order": "Ghi chú đơn hàng",
"source_id": 1,
"branch_office_id": 1,
"vat_type": "not-vat",
"pricing": [
{
"room_id": 108,
"price": 200000,
"quantity": 1,
"period": 1,
"vat":{
"type":"percent",
"amount": 0
},
"description": "",
"unit":"room"
},
{
"room_id": 109,
"price": 200000,
"quantity": 1,
"period": 1,
"vat":{
"type":"percent",
"amount": 0
},
"description": "",
"unit":"room"
},
{
"room_id": 0,
"price": 200000,
"quantity": 1,
"period": 1,
"vat":{
"type":"percent",
"amount": 0
},
"description": "Phụ thu giường đôi",
"unit":""
}
]
}'
{"success":true,"message":"The order created successfully","data":{"id":913,"code":"UP1913","link_erp":"{host}/admin/order/913/show"}}