流程审批回调接口
请求方式: 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 | 返回结果 |
-
| 参数名 | 参数类型 | 描述 |
|---|---|---|