{
"arrivalTime": "2024-05-14 15:12:36",
"checkInDate": "2024-05-14 15:12:36",
"checkOutDate": "2024-05-15 15:12:36",
"contactName": "测试3",
"contactPhone": "13333333333",
"fromType": 43,
"hourCheckInDate": "2024-05-14 15:12:36",
"hourCheckOutDate": "2024-05-14 19:12:36",
"payType": 0,
"priceList": [
{
"breakfastNum": 1,
"priceDate": "2024-05-15",
"price": 15000
}
],
"rateId": 167,
"remark": "官微小程序订单",
"roomNum": 1,
"roomTypeId": 1927,
"thirdPlatformOrderCode": "23423456666654332234"
}curl --location --request POST 'https://api.xsfpms.com/hotel/centralReservation/createOrder' \
--header 'X-token: A6559D32E1DA49F5AD8FFA57D2E76110' \
--header 'Content-Type: application/json' \
--data-raw '{
"arrivalTime": "2024-05-14 15:12:36",
"checkInDate": "2024-05-14 15:12:36",
"checkOutDate": "2024-05-15 15:12:36",
"contactName": "测试3",
"contactPhone": "13333333333",
"fromType": 43,
"hourCheckInDate": "2024-05-14 15:12:36",
"hourCheckOutDate": "2024-05-14 19:12:36",
"payType": 0,
"priceList": [
{
"breakfastNum": 1,
"priceDate": "2024-05-15",
"price": 15000
}
],
"rateId": 167,
"remark": "官微小程序订单",
"roomNum": 1,
"roomTypeId": 1927,
"thirdPlatformOrderCode": "23423456666654332234"
}'{}