# 接口说明

  • 1.新接口
  • 2.第三方行程审批、订单审批、用车审批、用餐审批、采购审批、非行程审批场景的审批驳回时调用该接口通知分贝通
名称 描述
HTTP方法 POST
Content-Type application/x-www-form-urlencoded
method /openapi/func/apply/common/repulse

# 业务请求参数

字段 名称 类型 必填 描述
access_token token string Y 登录 token
sign 签名 string Y oihfnlyeofdh98
timestamp 时间戳 long Y 13位时间戳 1241243250000
data 请求数据 jsonobject Y 请求数据
data.apply_id 分贝通审批单id string Y 5def123823445f39e2e90f59
data.third_id 申请单内容 string Y 57613c455eac323d0c17
data.category 审批场景类型 string Y "1":差旅订单审批;"2":非行程审批;"3":用车审批;"4":采购审批;"5":差旅行程审批;"8":用餐审批;"9":"退改审批"
data.comment 备注 string Y 备注信息
data.employee_id 用户ID string Y 分贝用户id或者第三方用户id,为审批人的ID
data.employee_type 用户类型 string Y 类型,0为分贝用户,1为第三方用户
# 请求示例:

    "access_token":"5747fbc10f0e60e0709d8d722",
    "timestamp":1635820323000,
    "sign":"oihfnlyeofdh98",
    "data":{
           	"apply_id": "5def123823445f39e2e90f59",
           	"third_id": "57613c455eac323d0c17",
           	"employee_id": "59b74c1323445f2d54dd07922",
           	"employee_type": "1",
           	"category": "2",
           	"comment": "驳回"
           }
1
2
3
4
5
6
7
8
9
10
11
12
# 响应结果:
{
    "request_id": "xUolOnJHWhIO4YP8MozO",
    "code": 0,
    "msg": "success",
    "data": {
    }
}
1
2
3
4
5
6
7
lastUpdate: 5/10/2022, 2:33:13 PM