| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 是 | 开发者后台申请 | 调试 |
| 第三方个人应用 | 否 | — | — |
{
"rq": {
"update_end_time": "2017-05-01 00:00:00",
"start_time": "2017-05-01 00:00:00",
"update_start_time": "2017-05-01 00:00:00",
"corpid": "corp1",
"all_apply": "true",
"thirdpart_apply_id": "123",
"deptid": "dept1",
"end_time": "2017-05-01 00:00:00",
"apply_id": "12345",
"page": "1",
"userid": "user1",
"page_size": "10"
}
}curl --location --request POST 'http://127.0.0.1/topapi/alitrip/btrip/hotel/order/search?access_token=dc73axxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"rq": {
"update_end_time": "2017-05-01 00:00:00",
"start_time": "2017-05-01 00:00:00",
"update_start_time": "2017-05-01 00:00:00",
"corpid": "corp1",
"all_apply": "true",
"thirdpart_apply_id": "123",
"deptid": "dept1",
"end_time": "2017-05-01 00:00:00",
"apply_id": "12345",
"page": "1",
"userid": "user1",
"page_size": "10"
}
}'{
"success": true,
"errmsg": "string",
"errcode": 0,
"module": [
{
"id": 0,
"gmt_create": "string",
"gmt_modified": "string",
"corpid": "string",
"corp_name": "string",
"userid": "string",
"user_name": "string",
"deptid": "string",
"dept_name": "string",
"apply_id": 0,
"contact_name": "string",
"city": "string",
"hotel_name": "string",
"check_in": "string",
"check_out": "string",
"room_type": "string",
"room_num": 0,
"night": 0,
"guest": "string",
"order_type_desc": "string",
"order_status_desc": "string",
"cost_center": {
"id": 0,
"corpid": "string",
"number": "string",
"name": "string"
},
"invoice": {
"id": 0,
"title": "string"
},
"price_info_list": [
{
"price": "string",
"type": 0,
"category": "string",
"pay_type": 0,
"gmt_create": "string",
"passenger_name": "string"
}
],
"thirdpart_itinerary_id": "string",
"order_status": 0,
"order_type": 0,
"user_affiliate_list": [
{
"userid": "string",
"user_name": "string"
}
],
"thirdpart_apply_id": "string",
"btrip_title": "string"
}
]
}