审批模式下的流程配置同步
POST
/api/tms/dept/flow/config/syncFlowType
审批模式下的流程配置同步
请求参数
Body 参数application/json
originFlowIdList
array[string]
可选
targetFlowTypeList
array[string]
可选
customerNo
integer <int64>
客户编号
示例
{
"originFlowIdList": [
"string"
],
"targetFlowTypeList": [
"string"
],
"customerNo": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/tms/dept/flow/config/syncFlowType' \
--header 'Content-Type: application/json' \
--data-raw '{
"originFlowIdList": [
"string"
],
"targetFlowTypeList": [
"string"
],
"customerNo": 0
}'
返回响应
🟢200成功
application/json
Body
success
boolean
可选
errCode
string
可选
errMsg
string
可选
code
string
可选
message
string
可选
traceId
string
可选
data
string
可选
示例
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": ""
}
修改于 2025-03-27 10:20:44