| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 是 | 开发者后台申请 | 调试 |
| 第三方个人应用 | 否 | — | — |
{
"rq": {
"start_time": "2017-05-01 00:00:00",
"corpid": "corp1",
"all_apply": "true",
"only_shang_lv_apply": "false",
"end_time": "2017-05-01 00:00:00",
"deptid": "dept1",
"page": "1",
"gmt_modified": "2017-05-01 00:00:00",
"userid": "user1",
"page_size": "10"
}
}curl --location --request POST 'http://127.0.0.1/topapi/alitrip/btrip/apply/search?access_token=dc73axxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"rq": {
"start_time": "2017-05-01 00:00:00",
"corpid": "corp1",
"all_apply": "true",
"only_shang_lv_apply": "false",
"end_time": "2017-05-01 00:00:00",
"deptid": "dept1",
"page": "1",
"gmt_modified": "2017-05-01 00:00:00",
"userid": "user1",
"page_size": "10"
}
}'{
"module": [
{
"id": 0,
"apply_show_id": "string",
"gmt_create": "string",
"gmt_modified": "string",
"thirdpart_id": "string",
"corpid": "string",
"userid": "string",
"deptid": "string",
"corp_name": "string",
"user_name": "string",
"dept_name": "string",
"trip_day": 0,
"trip_cause": "string",
"trip_title": "string",
"status": 0,
"status_desc": "string",
"itinerary_list": [
{
"trip_way": 0,
"itinerary_id": "string",
"traffic_type": 0,
"dep_city": "string",
"arr_city": "string",
"cost_center_name": "string",
"invoice_name": "string",
"dep_date": "string",
"arr_date": "string",
"project_code": "string",
"project_title": "string"
}
],
"traveler_list": [
{
"userid": "string",
"user_name": "string"
}
],
"approver_list": [
{
"order": 0,
"user_name": "string",
"userid": "string",
"status": 0,
"status_desc": "string",
"note": "string",
"operate_time": "string"
}
],
"flow_code": "string"
}
],
"errmsg": "string",
"errcode": 0,
"success": true
}