| 应用类型 | 是否支持调用 | 权限申请方式 | 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": "123",
"page": "1",
"userid": "user1",
"page_size": "10"
}
}curl --location --request POST 'http://127.0.0.1/topapi/alitrip/btrip/vehicle/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": "123",
"page": "1",
"userid": "user1",
"page_size": "10"
}
}'{
"errcode": 0,
"errmsg": "string",
"success": true,
"vehicle_order_list": [
{
"id": 0,
"gmt_create": "string",
"gmt_modified": "string",
"passenger_name": "string",
"corpid": "string",
"corp_name": "string",
"user_name": "string",
"userid": "string",
"dept_name": "string",
"deptid": "string",
"apply_show_id": "string",
"apply_id": 0,
"real_from_city_name": "string",
"real_to_city_name": "string",
"from_address": "string",
"to_address": "string",
"from_city_name": "string",
"to_city_name": "string",
"memo": "string",
"order_status": 0,
"car_level": "string",
"car_info": "string",
"estimate_price": "string",
"publish_time": "string",
"taken_time": "string",
"driver_confirm_time": "string",
"cancel_time": "string",
"travel_distance": "string",
"pay_time": "string",
"service_type": 0,
"business_category": "string",
"cost_center_id": 0,
"cost_center_number": "string",
"cost_center_name": "string",
"invoice_id": 0,
"invoice_title": "string",
"project_code": "string",
"project_title": "string",
"price_info_list": [
{
"price": "string",
"type": 0,
"category": "string",
"pay_type": 0,
"gmt_create": "string",
"passenger_name": "string"
}
],
"thirdpart_itinerary_id": "string",
"user_affiliate_list": [
{
"userid": "string",
"user_name": "string"
}
],
"user_confirm": 0,
"provider": 0,
"real_from_address": "string",
"real_to_address": "string",
"thirdpart_apply_id": "string",
"btrip_title": "string"
}
]
}