{
"outOrderNo":"ZZ422175941985484",
"hotelId": "1805940519466315778",
"productRoomId": "1864221759419854849",
"num": 1,
"linkTel": "18311111111",
"linkMan": "张xx",
"checkInPersonList": [
{
"name": "张xx",
"idcard": "",
"mobile": "18311111111",
"department": ""
}
],
"checkinDate": "2024-12-11",
"checkoutDate": "2024-12-12",
"orderStatusNotifyUrl":""
}curl --location --request POST 'http://api.test.yxjtrip.com/core/open/corp/hotel/book/createOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"outOrderNo":"ZZ422175941985484",
"hotelId": "1805940519466315778",
"productRoomId": "1864221759419854849",
"num": 1,
"linkTel": "18311111111",
"linkMan": "张xx",
"checkInPersonList": [
{
"name": "张xx",
"idcard": "",
"mobile": "18311111111",
"department": ""
}
],
"checkinDate": "2024-12-11",
"checkoutDate": "2024-12-12",
"orderStatusNotifyUrl":""
}'{
"code": 0,
"msg": "string",
"data": {
"orderNo": "string",
"orderId": "string",
"outOrderNo": "string",
"hotelId": "string",
"hotelName": "string",
"linkMan": "string",
"linkTel": "string",
"status": "string",
"cancelType": "string",
"cancelTime": "string",
"totalPrice": 0,
"productRoomId": "string",
"productRoomName": "string",
"num": "string",
"paySum": 0,
"hotelOrderRoomList": [
{
"roomOrderNo": "string",
"roomIdx": 0,
"checkinDate": "string",
"checkoutDate": "string",
"num": 0,
"totalPrice": 0,
"actualTotalPrice": 0,
"name": "string",
"idcard": "string",
"telephone": "string",
"checkStatus": "string",
"checkoutType": "string",
"createTime": "string",
"settleStatus": "string",
"actualTotalAmount": 0
}
],
"hotelOrderDayList": [
{
"hotelId": "string",
"orderId": "string",
"date": "string",
"price": 0,
"breakfast": "string"
}
],
"hotelOrderOtherFeeList": [
{
"otherItem": "string",
"price": "string",
"totalPrice": "string"
}
]
}
}