{
"checkIn": "2017-03-28",
"checkOut": "2017-03-29",
"contactName": "联系人",
"contactTel": "联系电话1522017",
"currency": "RMB",
"customerOrderCd": "20170328103000",
"dailyInfos": [
{
"day": "2017-03-28",
"price": 1888
}
],
"earliestArriveTime": "12:00",
"hotelId": "182",
"latestArriveTime": "18:00",
"orderGuests": "入住/人,姓/名",
"orderType": "orderCreate",
"passWord": "thcstourtest",
"rateTypeId": "16",
"remark": "备注信息",
"roomNum": 1,
"roomTypeId": "377179",
"totalPrice": 1888,
"userName": "87"
}
curl --location --request POST 'http://test-cn.your-api-server.com/a/commoninterface/commonInterface/order' \
--header 'Content-Type: application/json' \
--data-raw '{
"checkIn": "2017-03-28",
"checkOut": "2017-03-29",
"contactName": "联系人",
"contactTel": "联系电话1522017",
"currency": "RMB",
"customerOrderCd": "20170328103000",
"dailyInfos": [
{
"day": "2017-03-28",
"price": 1888
}
],
"earliestArriveTime": "12:00",
"hotelId": "182",
"latestArriveTime": "18:00",
"orderGuests": "入住/人,姓/名",
"orderType": "orderCreate",
"passWord": "thcstourtest",
"rateTypeId": "16",
"remark": "备注信息",
"roomNum": 1,
"roomTypeId": "377179",
"totalPrice": 1888,
"userName": "87"
}'
{
"checkIn": "2017-03-28",
"checkOut": "2017-03-29",
"customerOrderCd": "20170328103001",
"msg": "成功",
"orderCd": "17032800002",
"orderId": "27522",
"roomNum": 1,
"success": "1",
"totalPrice": 1888
}