文档
测试

个人预定提交订单

POST
MeetHotelApi/NewPerhotelOrderaffirm

请求参数

参数名
类型
描述
必填
MtgID
int
会议id
必填
HolID
int
酒店id
必填
RoomID
int
房间id
必填
R_StartTime
time
入住时间
必填
R_RetreatTime
time
离店时间
必填
R_ReserveNum
int
预订数量
必填
R_Price
decimal
房间金额
必填
Total
decimal
预定金(选择酒店时,酒店信息返回的参数)
必填
R_Type
int
预订的房型类型 1间2床位
必填
UserId
int
用户id
必填
DepositSwitch
bool
预定金是否开启(选择酒店时,酒店信息返回的参数)
必填

响应参数

参数名
类型
描述
必填
code
int
code-200成功
必填
data
string
成功返回订单id
必填