流程审批回调接口

更新时间:2024-03-27 10:03:22

接口说明

流程审批回调接口

基本信息

请求方式: POST

请求路径:

https://prod.open-api.mysre.cn/{tenant_code}/private/light-approval/index/call-back

请求参数

参数名 参数位置 参数类型 必填 默认值 示例 描述
tenant_code path string - - 租户代码
btid body string - xxx 业务类型
boid body string - xxx 业务对象GUID
actionType body string - xxx 请求类型
success body string - xxx 是否成功
processInstanceId body string - xxx 流程实例ID
procURL body string - xxx BPM流程URL
message body string - xxx 接口提供的信息反馈
stepName body string - xxx 审批时的步骤名称
approverId body string - xxx 表示审批者用户ID
action body string - xxx 审批状态
comment body string - xxx 用户的审批意见备注
time body string - xxx 审批时间
processInstanceResult body string - xxx 流程审批结果
currentUid body string - xxx 表示审批者用户ID

请求示例

{
  "btid":"xxx",
  "boid":"xxx",
  "actionType":"xxx",
  "success":"xxx",
  "processInstanceId":"xxx",
  "procURL":"xxx",
  "message":"xxx",
  "stepName":"xxx",
  "approverId":"xxx",
  "action":"xxx",
  "comment":"xxx",
  "time":"xxx",
  "processInstanceResult":"xxx",
  "currentUid":"xxxx"
}

返回成功示例

{
  "status": "success",
  "message": ""
}

返回参数说明(成功)

参数名 参数类型 描述
status string 状态
message string 返回结果

失败返回示例

-

返回参数说明(失败)

参数名 参数类型 描述

results matching ""

    No results matching ""