Authorization: Bearer ********************
{
"contact_name": "Upwell",
"contact_phone": "0988777555",
"contact_email": "contact@upwell.vn",
"product_id": 160,
"service_id": 6,
"depart_date": "03/03/2025",
"note_order": "Ghi chú đơn hàng",
"source_id": 1,
"branch_office_id": 1,
"vat_type": "not-vat",
"pricing": [
{
"price_rule_id": 1,
"price": 200000,
"quantity": 1,
"period": 1,
"vat":{
"type":"percent",
"amount": 0
},
"description": "",
"unit":"pax",
"com_partner": "20000"
},
{
"price_rule_id": 1,
"price": 200000,
"quantity": 1,
"period": 1,
"vat":{
"type":"percent",
"amount": 0
},
"description": "",
"unit":"pax"
},
{
"price_rule_id": 0,
"price": 200000,
"quantity": 1,
"period": 1,
"vat":{
"type":"percent",
"amount": 0
},
"description": "Trẻ em",
"unit":"pax"
}
]
}
curl --location --request POST 'https://demo.tourwell.net/api/v1/orders/products' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact_name": "Upwell",
"contact_phone": "0988777555",
"contact_email": "contact@upwell.vn",
"product_id": 160,
"service_id": 6,
"depart_date": "03/03/2025",
"note_order": "Ghi chú đơn hàng",
"source_id": 1,
"branch_office_id": 1,
"vat_type": "not-vat",
"pricing": [
{
"price_rule_id": 1,
"price": 200000,
"quantity": 1,
"period": 1,
"vat":{
"type":"percent",
"amount": 0
},
"description": "",
"unit":"pax",
"com_partner": "20000"
},
{
"price_rule_id": 1,
"price": 200000,
"quantity": 1,
"period": 1,
"vat":{
"type":"percent",
"amount": 0
},
"description": "",
"unit":"pax"
},
{
"price_rule_id": 0,
"price": 200000,
"quantity": 1,
"period": 1,
"vat":{
"type":"percent",
"amount": 0
},
"description": "Trẻ em",
"unit":"pax"
}
]
}'
{"success":true,"message":"The order created successfully","data":{"id":913,"code":"UP1913","link_erp":"{host}/admin/order/913/show"}}