{
    "contact_name": "Upwell",
    "contact_phone": "0988777555",
    "contact_email": "contact@upwell.vn",
    "service_id": 8,
    "depart_date": "20/09/2025",
    "return_date": "21/09/2025",
    "round_trip": 1,
    "departure_airport_id": 1,
    "destination_airport_id": 2,
    "service_codes": "CODE1,CODE2",
    "note_service": "Ghi chú dịch vụ",
    "note_order": "Ghi chú đơn hàng",
    "source_id": 1,
    "branch_office_id": 1,
    "vat_type": "not-vat",
    "discount_type": 1,
    "discount_value": 1000000,
    "discount_note": "Giảm giá theo CTKM",
    "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"
        }
    ]
}