Authorization: Bearer ********************
{
"pageNo": 0,
"pageSize": 0,
"params": {
"orderStatus": 0,
"orderCreateTimeStart": "string",
"orderCreateTimeEnd": "string",
"supplierName": "string",
"payStatus": 0,
"hotelName": "string",
"purchaseOrderId": 0,
"customerName": "string",
"travellerName": "string",
"mobile": "string",
"orderId": 0,
"contactName": "string"
}
}
curl --location --request POST '/api/hotel/order/pageNew' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"params": {
"orderStatus": 0,
"orderCreateTimeStart": "string",
"orderCreateTimeEnd": "string",
"supplierName": "string",
"payStatus": 0,
"hotelName": "string",
"purchaseOrderId": 0,
"customerName": "string",
"travellerName": "string",
"mobile": "string",
"orderId": 0,
"contactName": "string"
}
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"code": "",
"message": "",
"traceId": "",
"data": {
"records": [
{
"orderId": "",
"cityName": "",
"customerName": "",
"roomTypeName": "",
"checkInDate": "",
"checkOutDate": "",
"travellerNameList": [
""
],
"payStatus": 0,
"supplierName": "",
"purchaseOrderId": "",
"orderCreateTime": "",
"orderStatus": 0,
"hotelName": "",
"orderButton": {
"showAutoAccept": 0,
"showChangeSupplier": 0,
"showReject": 0,
"showManualPurchase": 0,
"showDetail": 0,
"showRefund": 0,
"showForceRefund": 0
}
}
],
"total": 0,
"current": 0,
"size": 0
}
}